Fixed brace style inconsistencies
This commit is contained in:
@@ -76,7 +76,9 @@ void PickLotteryCornerTicket(void)
|
||||
}
|
||||
}
|
||||
else // Pokémon are always arranged from populated spots first to unpopulated, so the moment a NONE species is found, that's the end of the list.
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
for (i = 0; i < TOTAL_BOXES_COUNT; i++)
|
||||
@@ -134,7 +136,9 @@ static u8 GetMatchingDigits(u16 winNumber, u16 otId)
|
||||
matchingDigits++;
|
||||
}
|
||||
else
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
return matchingDigits;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user