Removed trailing whitespace from all *.?pp files
[supertux.git] / src / badguy / goldbomb.cpp
index c177a99..6b626a6 100644 (file)
@@ -153,7 +153,7 @@ GoldBomb::kill_fall()
   // GoldBomb class.
   if (grabber != NULL) {
     Player* player = dynamic_cast<Player*>(grabber);
-    
+
     if (player)
       player->stop_grabbing();
   }