summaryrefslogtreecommitdiff
path: root/src/heal_location.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-11-16 00:01:47 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2017-11-16 00:01:47 -0500
commita7f72e7da1aee75e57649e0864c2bcde06cc24c9 (patch)
tree9a0b40205da2b743a1b510b9f00100504ff0c15e /src/heal_location.c
parent89b695278d0a126279ac232d534aebdc351cc2be (diff)
Remove spaces between incrementor and incrementee
Diffstat (limited to 'src/heal_location.c')
-rw-r--r--src/heal_location.c2
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)
{