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/text_window.h | |
parent | 9a500a622b7fb666b8b45e1280af02084fcbc12d (diff) |
tabs to spaces
Diffstat (limited to 'include/text_window.h')
-rw-r--r-- | include/text_window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/text_window.h b/include/text_window.h index 6df3f7d33..afd645540 100644 --- a/include/text_window.h +++ b/include/text_window.h @@ -5,8 +5,8 @@ struct FrameGraphics { - u8 *tiles; - u16 *palette; + u8 *tiles; + u16 *palette; }; u16 SetTextWindowBaseTileNum(u16 baseTileNum); |