diff options
author | GliMusings <gcreative7@gmail.com> | 2021-06-26 00:05:23 -0500 |
---|---|---|
committer | GliMusings <gcreative7@gmail.com> | 2021-06-26 00:05:23 -0500 |
commit | a1b1d3b47fb5b2fbdedd164bcdf5844fab6f9d3a (patch) | |
tree | 17a1529a8bbc652c560688e1152039e0ebbc7f2f | |
parent | 8d466f9e243e6c5616d298f20aed3011905174e5 (diff) |
Forget newlines
-rw-r--r-- | arm9/src/unk_0201C6B4.c | 2 | ||||
-rw-r--r-- | include/unk_0201C6B4.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arm9/src/unk_0201C6B4.c b/arm9/src/unk_0201C6B4.c index d251639d..151a9cd6 100644 --- a/arm9/src/unk_0201C6B4.c +++ b/arm9/src/unk_0201C6B4.c @@ -77,4 +77,4 @@ THUMB_FUNC void FUN_0201C750(s8 * r5, s8 * r4) THUMB_FUNC BOOL FUN_0201C78C(u32 r0)
{
return r0 < 0x121;
-}
\ No newline at end of file +}
diff --git a/include/unk_0201C6B4.h b/include/unk_0201C6B4.h index c5657388..0a501954 100644 --- a/include/unk_0201C6B4.h +++ b/include/unk_0201C6B4.h @@ -7,4 +7,4 @@ s32 FUN_0201C70C(s8 * r4); void FUN_0201C750(s8 * r5, s8 * r4); BOOL FUN_0201C78C(u32 r0); -#endif // POKEDIAMOND_UNK_0201C6B4_H
\ No newline at end of file +#endif // POKEDIAMOND_UNK_0201C6B4_H |