diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-16 00:01:47 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-16 00:01:47 -0500 |
commit | a7f72e7da1aee75e57649e0864c2bcde06cc24c9 (patch) | |
tree | 9a0b40205da2b743a1b510b9f00100504ff0c15e /src/heal_location.c | |
parent | 89b695278d0a126279ac232d534aebdc351cc2be (diff) |
Remove spaces between incrementor and incrementee
Diffstat (limited to 'src/heal_location.c')
-rw-r--r-- | src/heal_location.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heal_location.c b/src/heal_location.c index e31a30fb4..efc534170 100644 --- a/src/heal_location.c +++ b/src/heal_location.c @@ -47,7 +47,7 @@ static u32 GetHealLocationIndexFromMapGroupAndNum(u16 mapGroup, u16 mapNum) { u32 i; - for (i = 0; i < NUM_HEAL_LOCATIONS; i ++) + for (i = 0; i < NUM_HEAL_LOCATIONS; i++) { if (sHealLocations[i].group == mapGroup && sHealLocations[i].map == mapNum) { |