From ce8045a3bda3712a00dfd652e74374f07b94626f Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Tue, 13 Oct 2020 20:57:50 +0100 Subject: [PATCH] format code_e79b0_len_1920.c --- src/code_e79b0_len_1920.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/code_e79b0_len_1920.c b/src/code_e79b0_len_1920.c index 7adcf12f0d..3ef4d877bd 100644 --- a/src/code_e79b0_len_1920.c +++ b/src/code_e79b0_len_1920.c @@ -227,7 +227,8 @@ ScriptInstance* start_script(Bytecode* initialLine, s32 priority, s32 initialSta return newScript; } #else -INCLUDE_ASM(ScriptInstance*, "code_e79b0_len_1920", start_script, Bytecode* initialLine, s32 priority, s32 initialState); +INCLUDE_ASM(ScriptInstance*, "code_e79b0_len_1920", start_script, Bytecode* initialLine, s32 priority, + s32 initialState); #endif #ifdef NON_MATCHING