Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn...
[supertux.git] / src / mainloop.cpp
index 55bc630..52ccf60 100644 (file)
@@ -237,7 +237,7 @@ MainLoop::run()
 
     int frames = 0;
 
-    if (elapsed_ticks > TICKS_PER_FRAME) { 
+    if (elapsed_ticks > TICKS_PER_FRAME) {
       while(elapsed_ticks > TICKS_PER_FRAME && frames < MAX_FRAME_SKIP) {
         elapsed_ticks -= TICKS_PER_FRAME;
         float timestep = 1.0 / LOGICAL_FPS;