Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-10-18 11:06:20 +0000
committerStijn Buys <ingar@osirion.org>2010-10-18 11:06:20 +0000
commit02dde2e1ad9a4a041a19eeedaefe54293aab8eae (patch)
tree9d30d2ded713dbbdf2a1eb51bb1296b400db6fd7 /src/core
parent7af0f889a4296ad465f829ab6609b3e6efced997 (diff)
added newline at end-of-file
Diffstat (limited to 'src/core')
-rw-r--r--src/core/physics.cc3
1 files changed, 2 insertions, 1 deletions
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
+