summaryrefslogtreecommitdiff
path: root/src/contest_util.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-07-08 08:38:51 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-07-08 08:38:51 -0400
commitb86d6d05d92de28c35c899f4fbd03c1d542dc689 (patch)
tree082b433e0f10e758799ce2501f49f959f2ce54b3 /src/contest_util.c
parent91ac7fecd90a908af6b12d1a5f4e85e30b651b00 (diff)
Fix style issues
Diffstat (limited to 'src/contest_util.c')
-rw-r--r--src/contest_util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/contest_util.c b/src/contest_util.c
index 34db5a975..f4c3c2e1c 100644
--- a/src/contest_util.c
+++ b/src/contest_util.c
@@ -113,8 +113,7 @@ void ShouldReadyContestArtist(void)
{
if(!gContestFinalStandings[gContestPlayerMonIndex]
&& gSpecialVar_ContestRank == CONTEST_RANK_MASTER
- &&
- gContestMonTotalPoints[gContestPlayerMonIndex] >= 800)
+ && gContestMonTotalPoints[gContestPlayerMonIndex] >= 800)
{
gSpecialVar_0x8004 = TRUE;
}