summaryrefslogtreecommitdiffhomepage
path: root/src/shapes.c
diff options
context:
space:
mode:
authorRay <[email protected]>2020-02-03 19:26:28 +0100
committerRay <[email protected]>2020-02-03 19:26:28 +0100
commitc3f06b7470b2654c4cce20c3e18c46ad81330b3f (patch)
tree0497e56ed1915773ce76d318fb3934aa7674124e /src/shapes.c
parenta7afd8de99f74139647845c8a20513a4bc217767 (diff)
downloadraylib-c3f06b7470b2654c4cce20c3e18c46ad81330b3f.tar.gz
raylib-c3f06b7470b2654c4cce20c3e18c46ad81330b3f.zip
Remove all trail spaces
Diffstat (limited to 'src/shapes.c')
-rw-r--r--src/shapes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shapes.c b/src/shapes.c
index ca68d951..4cae2784 100644
--- a/src/shapes.c
+++ b/src/shapes.c
@@ -1386,7 +1386,7 @@ void DrawPolyLines(Vector2 center, int sides, float radius, float rotation, Colo
rlPushMatrix();
rlTranslatef(center.x, center.y, 0.0f);
rlRotatef(rotation, 0.0f, 0.0f, 1.0f);
-
+
rlBegin(RL_LINES);
for (int i = 0; i < sides; i++)
{