Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Swaney <sswaney@centurytel.net>2007-03-14 19:09:12 +0300
committerStephen Swaney <sswaney@centurytel.net>2007-03-14 19:09:12 +0300
commit981d24daa179b53b99899da6417c32996a985286 (patch)
treec0995e18373da33dd4c8936a91ba6e99a535eac5 /extern/bullet2
parent6b584a650411b9dc6da6b475008a9a01fb7f70ed (diff)
fix gcc warnings about no newline at end of file
Diffstat (limited to 'extern/bullet2')
-rw-r--r--extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp2
-rw-r--r--extern/bullet2/src/LinearMath/btAlignedAllocator.cpp2
-rw-r--r--extern/bullet2/src/LinearMath/btAlignedObjectArray.h2
3 files changed, 3 insertions, 3 deletions
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__