From c67be90a777430e73c4817d1612cf9eb41b2ad87 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Tue, 9 Feb 2021 18:48:49 -0500 Subject: fix no newline at end of math.c --- math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math.c') 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 +} -- cgit v1.2.3