From 02dde2e1ad9a4a041a19eeedaefe54293aab8eae Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 18 Oct 2010 11:06:20 +0000 Subject: added newline at end-of-file --- src/core/physics.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/physics.cc b/src/core/physics.cc index a8577b3..4dadf07 100644 --- a/src/core/physics.cc +++ b/src/core/physics.cc @@ -51,4 +51,5 @@ void Physics::frame(const unsigned long timestamp) physics_timestamp = timestamp; } -} // namespace core \ No newline at end of file +} // namespace core + -- cgit v1.2.3