fix gcc warnings about no newline at end of file

This commit is contained in:
Stephen Swaney 2007-03-14 16:09:12 +00:00
parent 6b584a6504
commit 981d24daa1
3 changed files with 3 additions and 3 deletions

@ -345,4 +345,4 @@ void btCollisionDispatcher::defaultNearCallback(btBroadphasePair& collisionPair,
}
}
}
}

@ -44,4 +44,4 @@ void btAlignedFree (void* ptr)
delete ptr;
}
#endif
#endif

@ -174,4 +174,4 @@ class btAlignedObjectArray
};
#endif //BT_OBJECT_ARRAY__
#endif //BT_OBJECT_ARRAY__