diff options
| author | 2016-12-03 01:30:02 -0800 | |
|---|---|---|
| committer | 2016-12-03 01:32:46 -0800 | |
| commit | 4d5e42240cdbc620c40271d4238ac24c4a6ce6c0 (patch) | |
| tree | 1c56100805a6a91262ab4c211bc386db3e6b762c | |
| parent | Travis: Use a stable version of clang-format (diff) | |
| download | yuzu-4d5e42240cdbc620c40271d4238ac24c4a6ce6c0.tar.gz yuzu-4d5e42240cdbc620c40271d4238ac24c4a6ce6c0.tar.xz yuzu-4d5e42240cdbc620c40271d4238ac24c4a6ce6c0.zip | |
clang-format: Fix coding style
Diffstat (limited to '')
| -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 99bd59a69..b2db609ec 100644 --- a/src/video_core/pica.h +++ b/src/video_core/pica.h | |||
| @@ -40,7 +40,7 @@ namespace Pica { | |||
| 40 | // field offset. Otherwise, the compiler will fail to compile this code. | 40 | // field offset. Otherwise, the compiler will fail to compile this code. |
| 41 | #define PICA_REG_INDEX_WORKAROUND(field_name, backup_workaround_index) \ | 41 | #define PICA_REG_INDEX_WORKAROUND(field_name, backup_workaround_index) \ |
| 42 | ((typename std::enable_if<backup_workaround_index == PICA_REG_INDEX(field_name), \ | 42 | ((typename std::enable_if<backup_workaround_index == PICA_REG_INDEX(field_name), \ |
| 43 | size_t>::type) PICA_REG_INDEX(field_name)) | 43 | size_t>::type)PICA_REG_INDEX(field_name)) |
| 44 | #endif // _MSC_VER | 44 | #endif // _MSC_VER |
| 45 | 45 | ||
| 46 | struct Regs { | 46 | struct Regs { |