Преглед изворни кода

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

Minor formatting change
James Rowe пре 9 година
родитељ
комит
f68f37b520
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/video_core/pica.h

+ 1 - 1
src/video_core/pica.h

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