summaryrefslogtreecommitdiffhomepage
path: root/src/rshapes.c
diff options
context:
space:
mode:
authorRay <[email protected]>2024-02-18 11:59:40 +0100
committerRay <[email protected]>2024-02-18 11:59:40 +0100
commite42e3188f57d8db51e0a14410242dcb5566dd9fb (patch)
tree7f19b2a24979940a90dba175ebecdb964917c753 /src/rshapes.c
parentc251e9309e066b9d2aa5ecbd15bcee45b9bef528 (diff)
downloadraylib-e42e3188f57d8db51e0a14410242dcb5566dd9fb.tar.gz
raylib-e42e3188f57d8db51e0a14410242dcb5566dd9fb.zip
Remove some unneeded line breaks
Diffstat (limited to 'src/rshapes.c')
-rw-r--r--src/rshapes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rshapes.c b/src/rshapes.c
index 4b597c4a..f0c6f112 100644
--- a/src/rshapes.c
+++ b/src/rshapes.c
@@ -71,7 +71,6 @@
#define SPLINE_SEGMENT_DIVISIONS 24 // Spline segment divisions
#endif
-
//----------------------------------------------------------------------------------
// Types and Structures Definition
//----------------------------------------------------------------------------------