summaryrefslogtreecommitdiff
path: root/arm9/src/math_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/src/math_util.c')
-rw-r--r--arm9/src/math_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/math_util.c b/arm9/src/math_util.c
index 9b2e96d2..3f6bdb79 100644
--- a/arm9/src/math_util.c
+++ b/arm9/src/math_util.c
@@ -408,4 +408,4 @@ THUMB_FUNC s32 MathUtil_0201BC84(u16 arg0, s32 arg1)
{
return (arg1 * 65535) /
(FX32_MUL((arg0 * 2) << FX32_INT_SHIFT, FX32_CONST(3.140f)) >> FX32_INT_SHIFT);
-} \ No newline at end of file
+}