From 5953857f927c40d4661a5af0fc45cb5b98381c09 Mon Sep 17 00:00:00 2001 From: Tom Musgrove Date: Sun, 29 Jan 2006 06:04:13 +0000 Subject: ==warnings cleanup== killed off some newline warnings in bullet --- extern/bullet/Bullet/CollisionShapes/SphereShape.cpp | 3 ++- extern/bullet/Bullet/CollisionShapes/TriangleMesh.h | 3 ++- .../Bullet/NarrowPhaseCollision/MinkowskiPenetrationDepthSolver.h | 3 ++- extern/bullet/Bullet/NarrowPhaseCollision/VoronoiSimplexSolver.cpp | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'extern') diff --git a/extern/bullet/Bullet/CollisionShapes/SphereShape.cpp b/extern/bullet/Bullet/CollisionShapes/SphereShape.cpp index 37d34a65948..dbf24113ce8 100644 --- a/extern/bullet/Bullet/CollisionShapes/SphereShape.cpp +++ b/extern/bullet/Bullet/CollisionShapes/SphereShape.cpp @@ -57,4 +57,5 @@ void SphereShape::CalculateLocalInertia(SimdScalar mass,SimdVector3& inertia) SimdScalar elem = 0.4f * mass * GetMargin()*GetMargin(); inertia[0] = inertia[1] = inertia[2] = elem; -} \ No newline at end of file +} + diff --git a/extern/bullet/Bullet/CollisionShapes/TriangleMesh.h b/extern/bullet/Bullet/CollisionShapes/TriangleMesh.h index 891ef6ea91a..13782323281 100644 --- a/extern/bullet/Bullet/CollisionShapes/TriangleMesh.h +++ b/extern/bullet/Bullet/CollisionShapes/TriangleMesh.h @@ -64,4 +64,5 @@ class TriangleMesh : public StridingMeshInterface }; -#endif //TRIANGLE_MESH_H \ No newline at end of file +#endif //TRIANGLE_MESH_H + diff --git a/extern/bullet/Bullet/NarrowPhaseCollision/MinkowskiPenetrationDepthSolver.h b/extern/bullet/Bullet/NarrowPhaseCollision/MinkowskiPenetrationDepthSolver.h index fb40223b1d6..28c0a03e0f4 100644 --- a/extern/bullet/Bullet/NarrowPhaseCollision/MinkowskiPenetrationDepthSolver.h +++ b/extern/bullet/Bullet/NarrowPhaseCollision/MinkowskiPenetrationDepthSolver.h @@ -17,4 +17,5 @@ public: }; -#endif //MINKOWSKI_PENETRATION_DEPTH_SOLVER_H \ No newline at end of file +#endif //MINKOWSKI_PENETRATION_DEPTH_SOLVER_H + diff --git a/extern/bullet/Bullet/NarrowPhaseCollision/VoronoiSimplexSolver.cpp b/extern/bullet/Bullet/NarrowPhaseCollision/VoronoiSimplexSolver.cpp index 0c7b63bfe93..8ef2e3fc42f 100644 --- a/extern/bullet/Bullet/NarrowPhaseCollision/VoronoiSimplexSolver.cpp +++ b/extern/bullet/Bullet/NarrowPhaseCollision/VoronoiSimplexSolver.cpp @@ -590,4 +590,5 @@ bool VoronoiSimplexSolver::ClosestPtPointTetrahedron(const SimdPoint3& p, const } return true; -} \ No newline at end of file +} + -- cgit v1.2.3