Cleaned up VideoSystem initalisation
[supertux.git] / src / object / infoblock.cpp
index 3996070..c8ef306 100644 (file)
@@ -98,7 +98,7 @@ HitResponse
 InfoBlock::collision(GameObject& other, const CollisionHit& hit_)
 {
   Player* player = dynamic_cast<Player*> (&other);
-  if (player) 
+  if (player)
   {
     if (player->does_buttjump)
       InfoBlock::hit(*player);