run clang-format

This commit is contained in:
Pheenoh
2020-12-26 11:31:49 -05:00
parent 64a6a97b7b
commit 4c504d078d
180 changed files with 4083 additions and 4253 deletions
+1 -3
View File
@@ -10,8 +10,7 @@ extern counter_class lbl_80430CD8;
extern "C" {
void cCt_Counter(int resetCounter1)
{
void cCt_Counter(int resetCounter1) {
if (resetCounter1 == 1) {
lbl_80430CD8.mCounter1 = 0;
} else {
@@ -20,5 +19,4 @@ void cCt_Counter(int resetCounter1)
lbl_80430CD8.mCounter0++;
}
};