diff options
| author | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-09-17 14:19:07 -0400 |
|---|---|---|
| committer | Eblo <7004497+Eblo@users.noreply.github.com> | 2025-09-17 14:19:07 -0400 |
| commit | 1de8a27a7d49c5a3a0862a5357b025b5e881f716 (patch) | |
| tree | d0146414751165ea9142d89ff82f8894c30f2d23 | |
| parent | 45eb38086c115a009c5eeee6dcc1e7902e59248a (diff) | |
Clang format again
| -rw-r--r-- | mm/2s2h/DeveloperTools/BetterMapSelect.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mm/2s2h/DeveloperTools/BetterMapSelect.c b/mm/2s2h/DeveloperTools/BetterMapSelect.c index 0d49c317d..f0fe5c03a 100644 --- a/mm/2s2h/DeveloperTools/BetterMapSelect.c +++ b/mm/2s2h/DeveloperTools/BetterMapSelect.c @@ -64,9 +64,11 @@ typedef struct { BetterMapSelectRespawnInfo downRespawn; } BetterMapSelectGrottoRespawnInfo; -#define UNUSED_GROTTO_RESPAWN \ - { \ - 0, 0, 0xFF, 0, PLAYER_PARAMS(0xFF, PLAYER_START_MODE_GROTTO), { 0, 0, 0 } \ +#define UNUSED_GROTTO_RESPAWN \ + { \ + 0, 0, 0xFF, 0, PLAYER_PARAMS(0xFF, PLAYER_START_MODE_GROTTO), { \ + 0, 0, 0 \ + } \ } // clang-format off |
