fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / badguy / bomb.cpp
index c9e2c8a..c26fe15 100644 (file)
@@ -96,7 +96,7 @@ Bomb::active_update(float )
         remove_me();
       }
       break;
-  } 
+  }
 }
 
 void
@@ -129,4 +129,3 @@ Bomb::kill_fall()
   if (state != STATE_EXPLODING)  // we don't want it exploding again
     explode();
 }
-