fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / lisp / parser.hpp
index b6d0209..fc808b1 100644 (file)
@@ -44,7 +44,7 @@ public:
 
 private:
   Lisp* read();
-    
+
   Lexer* lexer;
   TinyGetText::DictionaryManager* dictionary_manager;
   TinyGetText::Dictionary* dictionary;
@@ -54,4 +54,3 @@ private:
 } // end of namespace lisp
 
 #endif
-