From f1aa2190d9e6ddedabcf3e08e432ea4afcd6d64a Mon Sep 17 00:00:00 2001 From: dark-samus Date: Fri, 15 Jan 2021 17:26:03 -0500 Subject: [PATCH] typedef gets formatted :( --- include/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/map.h b/include/map.h index aee0afb754..44d64610d5 100644 --- a/include/map.h +++ b/include/map.h @@ -31,7 +31,7 @@ typedef struct MapConfig { } tattle; } MapConfig; // size = 0x40 -typedef s32 (*MapInit)(void); +typedef s32(*MapInit)(void); #define MAP_ID_MAX_LEN 7 ///< "xxx_yyy" excluding null terminator. typedef struct Map {