diff options
author | James Rowe <jroweboy@gmail.com> | 2016-11-19 13:35:07 -0700 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2016-11-19 13:35:07 -0700 |
commit | 19acec351c83a831ddc549988b00392c0a246348 (patch) | |
tree | 677055a44c98ec67f09c951a362cf5efaff3ee78 | |
parent | 3b4f134c08eb61e5f69e35270adb34fdad1fae77 (diff) |
Minor formatting change
-rw-r--r-- | src/video_core/pica.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h index b2db609ec..99bd59a69 100644 --- a/src/video_core/pica.h +++ b/src/video_core/pica.h @@ -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 { |