summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2016-11-19 13:51:14 -0700
committerGitHub <noreply@github.com>2016-11-19 13:51:14 -0700
commitf68f37b520c7acaf2fa4d9c948e08c06b60d3555 (patch)
tree34532f2aa94cc58a06fe9d59df577155a8c1e240 /src
parentfb13bfe693e9536df700b675fef3affe09622fdd (diff)
parent19acec351c83a831ddc549988b00392c0a246348 (diff)
Merge pull request #2194 from jroweboy/extremely-minor-clangformat-change
Minor formatting change
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 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 {