Removed trailing whitespace from all *.?pp files
[supertux.git] / src / object / infoblock.cpp
index f1e6e04..4269829 100644 (file)
@@ -33,9 +33,9 @@ const float HEIGHT = 200;
 }
 
 InfoBlock::InfoBlock(const Reader& lisp) :
-  Block(sprite_manager->create("images/objects/bonus_block/infoblock.sprite")), 
+  Block(sprite_manager->create("images/objects/bonus_block/infoblock.sprite")),
   message(),
-  shown_pct(0), 
+  shown_pct(0),
   dest_pct(0),
   lines(),
   lines_height()