From 0fac37f181e2dabea5015f2d8ec7d1923d4447f5 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 25 Aug 2020 16:35:04 -0400 Subject: Fix: Missing newline at EOF (hall_of_fame.c) --- arm9/src/hall_of_fame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm9/src') diff --git a/arm9/src/hall_of_fame.c b/arm9/src/hall_of_fame.c index 1baf1c12..7cc1c0f2 100644 --- a/arm9/src/hall_of_fame.c +++ b/arm9/src/hall_of_fame.c @@ -144,4 +144,4 @@ void Sav2_HOF_GetClearDate(struct HallOfFame * hof, int a1, RTCDate * dest) dest->month = party->month; dest->day = party->day; dest->week = RTC_WEEK_SUNDAY; -} \ No newline at end of file +} -- cgit v1.2.3