diff options
| author | 2016-09-21 11:29:48 -0700 | |
|---|---|---|
| committer | 2016-09-21 11:29:48 -0700 | |
| commit | d5d2ca8058a0f1c00ab7ca9fe2c058ba47546c0a (patch) | |
| tree | 8a22ca73ff838f3f0090b29a548ae81087fc90ed /src/core/loader/smdh.h | |
| parent | README: Specify master branch for Travis CI badge (diff) | |
| parent | Fix Travis clang-format check (diff) | |
| download | yuzu-d5d2ca8058a0f1c00ab7ca9fe2c058ba47546c0a.tar.gz yuzu-d5d2ca8058a0f1c00ab7ca9fe2c058ba47546c0a.tar.xz yuzu-d5d2ca8058a0f1c00ab7ca9fe2c058ba47546c0a.zip | |
Merge pull request #2086 from linkmauve/clang-format
Add clang-format as part of our {commit,travis}-time checks
Diffstat (limited to 'src/core/loader/smdh.h')
| -rw-r--r-- | src/core/loader/smdh.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/loader/smdh.h b/src/core/loader/smdh.h index 2011abda2..ac7726c8f 100644 --- a/src/core/loader/smdh.h +++ b/src/core/loader/smdh.h | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | 6 | ||
| 7 | #include <array> | 7 | #include <array> |
| 8 | #include <vector> | 8 | #include <vector> |
| 9 | |||
| 10 | #include "common/common_funcs.h" | 9 | #include "common/common_funcs.h" |
| 11 | #include "common/common_types.h" | 10 | #include "common/common_types.h" |
| 12 | #include "common/swap.h" | 11 | #include "common/swap.h" |
| @@ -56,7 +55,7 @@ struct SMDH { | |||
| 56 | Italian = 4, | 55 | Italian = 4, |
| 57 | Spanish = 5, | 56 | Spanish = 5, |
| 58 | SimplifiedChinese = 6, | 57 | SimplifiedChinese = 6, |
| 59 | Korean= 7, | 58 | Korean = 7, |
| 60 | Dutch = 8, | 59 | Dutch = 8, |
| 61 | Portuguese = 9, | 60 | Portuguese = 9, |
| 62 | Russian = 10, | 61 | Russian = 10, |