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
This commit is contained in:
Tom Overton
2021-10-23 06:14:25 -07:00
committed by GitHub
parent 151e098e48
commit 961913f18f
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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;
}