diff --git a/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp b/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp index d4c9e1476b1..309c1890b40 100644 --- a/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp +++ b/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp @@ -345,4 +345,4 @@ void btCollisionDispatcher::defaultNearCallback(btBroadphasePair& collisionPair, } } -} \ No newline at end of file +} diff --git a/extern/bullet2/src/LinearMath/btAlignedAllocator.cpp b/extern/bullet2/src/LinearMath/btAlignedAllocator.cpp index e32bc9f6880..19b811b0ce8 100644 --- a/extern/bullet2/src/LinearMath/btAlignedAllocator.cpp +++ b/extern/bullet2/src/LinearMath/btAlignedAllocator.cpp @@ -44,4 +44,4 @@ void btAlignedFree (void* ptr) delete ptr; } -#endif \ No newline at end of file +#endif diff --git a/extern/bullet2/src/LinearMath/btAlignedObjectArray.h b/extern/bullet2/src/LinearMath/btAlignedObjectArray.h index 3a66ebbec22..3bfdb36f4c7 100644 --- a/extern/bullet2/src/LinearMath/btAlignedObjectArray.h +++ b/extern/bullet2/src/LinearMath/btAlignedObjectArray.h @@ -174,4 +174,4 @@ class btAlignedObjectArray }; -#endif //BT_OBJECT_ARRAY__ \ No newline at end of file +#endif //BT_OBJECT_ARRAY__