mirror of https://github.com/pmret/papermario.git
style: add newline at eof
This commit is contained in:
parent
946680f312
commit
25025e4c4d
|
@ -5,4 +5,4 @@
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -359,4 +359,4 @@ s32 ClampAngleFloat(script_context* script, s32 initialCall) {
|
||||||
set_float_variable(script, *ptrReadPos, clamp_angle(get_float_variable(script, *ptrReadPos)));
|
set_float_variable(script, *ptrReadPos, clamp_angle(get_float_variable(script, *ptrReadPos)));
|
||||||
|
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue