Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn...
[supertux.git] / src / object / level_time.cpp
index 65a8e36..5ac1ba2 100644 (file)
@@ -116,8 +116,8 @@ LevelTime::stop()
 {
   running = false;
 }
-    
-float 
+
+float
 LevelTime::get_time()
 {
   return time_left;