fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / worldmap / level.hpp
index d8a48e9..be081c9 100644 (file)
@@ -40,7 +40,7 @@ public:
 
   virtual void draw(DrawingContext& context);
   virtual void update(float elapsed_time);
-  
+
   Vector pos;
   std::string name;
   std::string title;
@@ -70,4 +70,3 @@ private:
 }
 
 #endif
-