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/save.h | |
parent | 4fc3fa9e44fb3de091b5e1b157915e1b8fb6510b (diff) |
Tabs -> spaces & align in include/
Diffstat (limited to 'include/save.h')
-rw-r--r-- | include/save.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/save.h b/include/save.h index b151f1064..42ce8b3f3 100644 --- a/include/save.h +++ b/include/save.h @@ -25,8 +25,8 @@ struct UnkSaveSection struct SaveSectionOffsets { - u16 toAdd; - u16 size; + u16 toAdd; + u16 size; }; // Emerald changes this definition to be the sectors per slot. @@ -48,7 +48,7 @@ enum SAVE_NORMAL, SAVE_LINK, //EREADER_SAVE, // deprecated in Emerald - SAVE_LINK2, // unknown 2nd link save + SAVE_LINK2, // unknown 2nd link save SAVE_HALL_OF_FAME, SAVE_OVERWRITE_DIFFERENT_FILE, SAVE_HALL_OF_FAME_ERASE_BEFORE // unused |