aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2016-12-03 16:13:40 -0800
committerGitHub <noreply@github.com>2016-12-03 16:13:40 -0800
commit647157f99f773ec8bd731912d942ef41e224e053 (patch)
tree1c56100805a6a91262ab4c211bc386db3e6b762c /src
parent018191c1f01980d6a642b0ef1bd0a4cd636c0178 (diff)
parent4d5e42240cdbc620c40271d4238ac24c4a6ce6c0 (diff)
Merge pull request #2257 from citra-emu/fix-clang-format
Travis: Use a stable version of clang-format
Diffstat (limited to 'src')
-rw-r--r--src/video_core/pica.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index 99bd59a698..b2db609ec4 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 {