Skip to content

Commit

Permalink
Clang Format
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaMech authored and github-actions[bot] committed Sep 26, 2024
1 parent 1381235 commit 119535c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/code_80091750.c
Original file line number Diff line number Diff line change
Expand Up @@ -8059,7 +8059,10 @@ void func_800A66A8(struct_8018D9E0_entry* arg0, Unk_D_800E70A0* arg1) {
z2 += z1;

// clang-format off
if (x2); if (y2); if (z2);
if (x2) {;
}if (y2) {;
}if (z2) {;
}
// clang-format on

guScale(mtx, 1.2f, 1.2f, 1.2f);
Expand Down

0 comments on commit 119535c

Please sign in to comment.