From 961913f18fb677ac6f95f0ab08c30bedaa616ec2 Mon Sep 17 00:00:00 2001 From: Tom Overton Date: Sat, 23 Oct 2021 06:14:25 -0700 Subject: Format the misformatted files in master (#354) * Format the misformatted files in master * Correct arms_hook double-semicolon, since it was almost certainly just an accident --- src/code/flg_set.c | 2 +- src/code/z_debug.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/code') diff --git a/src/code/flg_set.c b/src/code/flg_set.c index 490472d20..780884c85 100644 --- a/src/code/flg_set.c +++ b/src/code/flg_set.c @@ -231,7 +231,7 @@ void FlagSet_Update(GameState* gameState) { } /* Other controls */ - + // A toggles the selected flag if (CHECK_BTN_ALL(input->press.button, BTN_A)) { *sFlagEntries[sEntryIndex].value ^= (1 << sCurrentBit); diff --git a/src/code/z_debug.c b/src/code/z_debug.c index 5848dfa71..924a2ad30 100644 --- a/src/code/z_debug.c +++ b/src/code/z_debug.c @@ -12,7 +12,7 @@ void GameInfo_Init(void) { gGameInfo->unk_02 = 0; gGameInfo->unk_04 = 0; gGameInfo->unk_03 = 0; - + for (i = 0; i < ARRAY_COUNT(gGameInfo->data); i++) { gGameInfo->data[i] = 0; } -- cgit v1.2.3