From b86d6d05d92de28c35c899f4fbd03c1d542dc689 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 8 Jul 2021 08:38:51 -0400 Subject: Fix style issues --- src/contest.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/contest.c') diff --git a/src/contest.c b/src/contest.c index 06fc71888..820ae326a 100644 --- a/src/contest.c +++ b/src/contest.c @@ -1246,8 +1246,7 @@ void Task_DoAppeals(u8 taskId) else if (r4 == 2) Contest_StartTextPrinter(&gMenuWindow, ContestString_WentOverVeryWell, 776, 1, 15); else - Contest_StartTextPrinter( - &gMenuWindow, ContestString_AppealComboExcellently, 776, 1, 15); + Contest_StartTextPrinter(&gMenuWindow, ContestString_AppealComboExcellently, 776, 1, 15); DoJudgeSpeechBubble(3); gTasks[taskId].data[10] = 0; gTasks[taskId].data[0] = 45; -- cgit v1.2.3