fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / serializable.hpp
index 6534db1..ce4d3b7 100644 (file)
@@ -1,7 +1,7 @@
 //  $Id$
 //
 //  SuperTux -  A Jump'n Run
-//  Copyright (C) 2004 Matthias Braun <matze@braunis.de
+//  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
@@ -26,9 +26,8 @@ class Serializable
 public:
   virtual ~Serializable()
   { }
-    
+
   virtual void write(lisp::Writer& writer) = 0;
 };
 
 #endif /*SUPERTUX_SERIALIZABLE_H*/
-