summaryrefslogtreecommitdiffhomepage
path: root/src/physac.h
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/physac.h
parenta7afd8de99f74139647845c8a20513a4bc217767 (diff)
downloadraylib-c3f06b7470b2654c4cce20c3e18c46ad81330b3f.tar.gz
raylib-c3f06b7470b2654c4cce20c3e18c46ad81330b3f.zip
Remove all trail spaces
Diffstat (limited to 'src/physac.h')
-rw-r--r--src/physac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/physac.h b/src/physac.h
index 3fb832b6..977c3c55 100644
--- a/src/physac.h
+++ b/src/physac.h
@@ -112,7 +112,7 @@
#elif !defined(__cplusplus) && !defined(bool)
typedef enum { false, true } bool;
#endif
-
+
// Vector2 type
typedef struct Vector2 {
float x;
@@ -1257,7 +1257,7 @@ static void DestroyPhysicsManifold(PhysicsManifold manifold)
printf("[PHYSAC] Not possible to manifold id %i in pointers array\n", id);
#endif
return; // Prevent access to index -1
- }
+ }
// Free manifold allocated memory
PHYSAC_FREE(manifold);