projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6b584a6
)
fix gcc warnings about no newline at end of file
author
Stephen Swaney <sswaney@centurytel.net>
Wed, 14 Mar 2007 16:09:12 +0000
(16:09 +0000)
committer
Stephen Swaney <sswaney@centurytel.net>
Wed, 14 Mar 2007 16:09:12 +0000
(16:09 +0000)
extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp
patch
|
blob
|
history
extern/bullet2/src/LinearMath/btAlignedAllocator.cpp
patch
|
blob
|
history
extern/bullet2/src/LinearMath/btAlignedObjectArray.h
patch
|
blob
|
history
diff --git
a/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp
b/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp
index d4c9e1476b1e1ade44a4f22fea835a4d74bdf652..309c1890b405cc40146af576747190d75c695b1d 100644
(file)
--- 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 e32bc9f68802d3cc9105396af1276fea61e40b95..19b811b0ce8bc59889096ba4e0d9d2f4511dd42c 100644
(file)
--- 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 3a66ebbec2275c2708e86a560ea6856da8f15e28..3bfdb36f4c7a2809892cd637c513d03ef8df7fa5 100644
(file)
--- 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__