diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-09 18:48:49 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-11 14:50:02 -0500 |
commit | c67be90a777430e73c4817d1612cf9eb41b2ad87 (patch) | |
tree | 60152896af4301f6070d4f5aa41b0b9240afa40d | |
parent | 24cebad32db3115348ca03391a99857b08ab4ee1 (diff) |
fix no newline at end of math.c
-rw-r--r-- | math.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 +} |