From 8cfe7cce9f8d8abea794e67510879e751d373a87 Mon Sep 17 00:00:00 2001 From: Roman971 Date: Sun, 22 Mar 2020 22:19:43 +0100 Subject: Format all src C files --- src/code/z_common_data.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/code/z_common_data.c') diff --git a/src/code/z_common_data.c b/src/code/z_common_data.c index 0625a2b54..cb5739477 100644 --- a/src/code/z_common_data.c +++ b/src/code/z_common_data.c @@ -1,8 +1,7 @@ #include #include -void SaveContext_Init(void) -{ +void SaveContext_Init(void) { bzero(&gSaveContext, sizeof(gSaveContext)); D_8015FA88 = 0; D_8015FA8C = 0; @@ -18,4 +17,3 @@ void SaveContext_Init(void) gSaveContext.transition_type = 0xFF; gSaveContext.unk_13EE = 50; } - -- cgit v1.2.3