fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / lisp / writer.hpp
index 9ec269a..ba5d327 100644 (file)
@@ -1,7 +1,7 @@
 //  $Id$
 //
-//  SuperTux -  A Jump'n Run
-//  Copyright (C) 2004 Matthias Braun <matze@braunis.de
+//  SuperTux
+//  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
 //
 //  This program is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU General Public License
@@ -59,8 +59,7 @@ namespace lisp
     int indent_depth;
     std::vector<std::string> lists;
   };
-  
+
 } //namespace lisp
 
 #endif //SUPERTUX_LISPWRITER_H
-