From a7f72e7da1aee75e57649e0864c2bcde06cc24c9 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 16 Nov 2017 00:01:47 -0500 Subject: Remove spaces between incrementor and incrementee --- src/heal_location.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/heal_location.c') 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) { -- cgit v1.2.3