summaryrefslogtreecommitdiff
path: root/math.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-09 18:48:49 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-11 14:50:02 -0500
commitc67be90a777430e73c4817d1612cf9eb41b2ad87 (patch)
tree60152896af4301f6070d4f5aa41b0b9240afa40d /math.c
parent24cebad32db3115348ca03391a99857b08ab4ee1 (diff)
fix no newline at end of math.c
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
+}