diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-12-07 21:01:59 +0800 |
---|---|---|
committer | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2018-12-07 21:01:59 +0800 |
commit | f24584cd3121c1773da2312f0720dc466799698c (patch) | |
tree | b78eed8a4547ca89611ab9703f4007189e56cb1a /include/pokemon_summary_screen.h | |
parent | 4fc3fa9e44fb3de091b5e1b157915e1b8fb6510b (diff) |
Tabs -> spaces & align in include/
Diffstat (limited to 'include/pokemon_summary_screen.h')
-rwxr-xr-x | include/pokemon_summary_screen.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h index a8eee9c18..5dc37c70d 100755 --- a/include/pokemon_summary_screen.h +++ b/include/pokemon_summary_screen.h @@ -17,10 +17,10 @@ enum PokemonSummaryScreenMode enum PokemonSummaryScreenPage { - PSS_PAGE_INFO, - PSS_PAGE_SKILLS, - PSS_PAGE_BATTLE_MOVES, - PSS_PAGE_CONTEST_MOVES, + PSS_PAGE_INFO, + PSS_PAGE_SKILLS, + PSS_PAGE_BATTLE_MOVES, + PSS_PAGE_CONTEST_MOVES, }; #endif // GUARD_POKEMON_SUMMARY_SCREEN_H |