Merge pull request #2194 from jroweboy/extremely-minor-clangformat-change

Minor formatting change
This commit is contained in:
James Rowe 2016-11-19 13:51:14 -07:00 committed by GitHub
commit f68f37b520

View file

@ -40,7 +40,7 @@ namespace Pica {
// field offset. Otherwise, the compiler will fail to compile this code.
#define PICA_REG_INDEX_WORKAROUND(field_name, backup_workaround_index) \
((typename std::enable_if<backup_workaround_index == PICA_REG_INDEX(field_name), \
size_t>::type)PICA_REG_INDEX(field_name))
size_t>::type) PICA_REG_INDEX(field_name))
#endif // _MSC_VER
struct Regs {