Removed trailing whitespace from all *.?pp files
[supertux.git] / src / object / path_walker.hpp
index d85b97c..2574b07 100644 (file)
@@ -51,7 +51,7 @@ public:
   bool is_moving() {
     return running;
   }
-  
+
   const Path* path;
 
 private: