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 +}