diff options
| author | KiritoDv <36680385+KiritoDv@users.noreply.github.com> | 2025-05-16 02:44:40 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-05-16 02:44:40 +0000 |
| commit | b53a5dbcfa24ef2aa4860b6d9512709976686de8 (patch) | |
| tree | 441f2bb9c0bc8f955eb9289d19b13beab5c239c5 /src/menu_items.c | |
| parent | bdf5ca8d603ae56ac275bebf9fde58ae72484d76 (diff) | |
clang formatclang-format
Diffstat (limited to 'src/menu_items.c')
| -rw-r--r-- | src/menu_items.c | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/menu_items.c b/src/menu_items.c index 713250882..91f963d67 100644 --- a/src/menu_items.c +++ b/src/menu_items.c @@ -4524,8 +4524,8 @@ Gfx* func_8009C434(Gfx* arg0, struct_8018DEE0_entry* arg1, s32 arg2, s32 arg3, s switch (arg4) { case -1: arg0 = func_80095E10(arg0, var_t1, 0x00000400, 0x00000400, 0, 0, var_s0->width, var_s0->height, - var_s0->dX + arg2, var_s0->dY + arg3, (u8*) var_s0->textureData, - var_s0->width, var_s0->height); + var_s0->dX + arg2, var_s0->dY + arg3, (u8*) var_s0->textureData, var_s0->width, + var_s0->height); break; case -2: arg0 = func_800963F0(arg0, var_t1, 0x00000400, 0x00000400, 0.5f, 0.5f, 0, 0, var_s0->width, @@ -8345,9 +8345,12 @@ void pause_menu_item_box_cursor(MenuItem* 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); |
