fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / object / infoblock.hpp
index 4aa6d4e..7f9b051 100644 (file)
@@ -28,7 +28,7 @@ class InfoBlock : public Block
 public:
   InfoBlock(const lisp::Lisp& lisp);
   virtual ~InfoBlock();
-  
+
 protected:
   virtual void hit(Player& player);
   std::string message;
@@ -37,4 +37,3 @@ protected:
 };
 
 #endif
-