From 1de8a27a7d49c5a3a0862a5357b025b5e881f716 Mon Sep 17 00:00:00 2001 From: Eblo <7004497+Eblo@users.noreply.github.com> Date: Wed, 17 Sep 2025 14:19:07 -0400 Subject: Clang format again --- mm/2s2h/DeveloperTools/BetterMapSelect.c | 8 +++++--- 1 file 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 -- cgit v1.2.3