diff options
author | YamaArashi <shadow962@live.com> | 2017-01-28 13:51:14 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-28 13:51:14 -0800 |
commit | ed8f49d5e1418309cbc4f705a242d073258c8639 (patch) | |
tree | a9620a22bc7fd4ebbb2cb38c46841a82d24484f0 /include/save.h | |
parent | 9a500a622b7fb666b8b45e1280af02084fcbc12d (diff) |
tabs to spaces
Diffstat (limited to 'include/save.h')
-rw-r--r-- | include/save.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/include/save.h b/include/save.h index 976af77c6..fe22e4ad7 100644 --- a/include/save.h +++ b/include/save.h @@ -3,23 +3,23 @@ struct SaveSectionLocation { - void *data; - u16 size; + void *data; + u16 size; }; struct SaveSection { - u8 data[0xFF4]; - u16 id; - u16 checksum; - u32 unknown; - u32 counter; + u8 data[0xFF4]; + u16 id; + u16 checksum; + u32 unknown; + u32 counter; }; struct UnkSaveSection { - u8 data[0xFF4]; - u32 unknown; + u8 data[0xFF4]; + u32 unknown; }; void ClearSaveData(void); |