diff options
author | Stijn Buys <ingar@osirion.org> | 2010-10-18 11:06:20 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2010-10-18 11:06:20 +0000 |
commit | 02dde2e1ad9a4a041a19eeedaefe54293aab8eae (patch) | |
tree | 9d30d2ded713dbbdf2a1eb51bb1296b400db6fd7 /src | |
parent | 7af0f889a4296ad465f829ab6609b3e6efced997 (diff) |
added newline at end-of-file
Diffstat (limited to 'src')
-rw-r--r-- | src/core/physics.cc | 3 |
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 + |