From 25025e4c4d0426512a16b51ca0fa42e0678f2713 Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Sat, 15 Aug 2020 17:36:00 +0100 Subject: [PATCH] style: add newline at eof --- include/si_vars.h | 2 +- src/code_f8f60_len_1560.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/si_vars.h b/include/si_vars.h index aacb6eac3b..6498d0a384 100644 --- a/include/si_vars.h +++ b/include/si_vars.h @@ -5,4 +5,4 @@ // TODO -#endif \ No newline at end of file +#endif diff --git a/src/code_f8f60_len_1560.c b/src/code_f8f60_len_1560.c index 1b0e7a5092..7808322487 100644 --- a/src/code_f8f60_len_1560.c +++ b/src/code_f8f60_len_1560.c @@ -359,4 +359,4 @@ s32 ClampAngleFloat(script_context* script, s32 initialCall) { set_float_variable(script, *ptrReadPos, clamp_angle(get_float_variable(script, *ptrReadPos))); return 2; -} \ No newline at end of file +}