style: add newline at eof

This commit is contained in:
Alex Bates 2020-08-15 17:36:00 +01:00
parent 946680f312
commit 25025e4c4d
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@
// TODO
#endif
#endif

View File

@ -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;
}
}