summaryrefslogtreecommitdiff
path: root/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'math.c')
-rw-r--r--math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math.c b/math.c
index ab7b859..37e3e1b 100644
--- a/math.c
+++ b/math.c
@@ -720,4 +720,4 @@ static Rect rect_shrink(Rect r, float amount) {
r.size.x = maxf(r.size.x, 0);
r.size.y = maxf(r.size.y, 0);
return r;
-} \ No newline at end of file
+}