From 5824dc8467b41e064ddc7d5118b54cf1bf08e54d Mon Sep 17 00:00:00 2001 From: Henny022p Date: Mon, 31 Jan 2022 17:33:26 +0100 Subject: [PATCH] clang format --- include/structures.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/structures.h b/include/structures.h index 327666d1..eba95243 100644 --- a/include/structures.h +++ b/include/structures.h @@ -99,7 +99,7 @@ typedef struct { } PriorityHandler; extern PriorityHandler gPriorityHandler; -extern struct{ +extern struct { u8 unk0; u8 unk1; u8 unk2[0xf]; @@ -111,7 +111,7 @@ extern struct{ s8 unk16; u8 unk17; } gUnk_02034490; -static_assert(sizeof(gUnk_02034490)==0x18); +static_assert(sizeof(gUnk_02034490) == 0x18); typedef struct { u8 unk0;