X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Flisp%2Fwriter.hpp;h=ba5d327ab918b037995a37da2de74679b50b1ee8;hb=bb1e51d77df632eca2c4977429e831ae44e0dc98;hp=9ec269ae8d8da1b76b0956ae7be5209831f578ae;hpb=ba598f2a1c377a42c76088cc7e234917ab25e693;p=supertux.git diff --git a/src/lisp/writer.hpp b/src/lisp/writer.hpp index 9ec269ae8..ba5d327ab 100644 --- a/src/lisp/writer.hpp +++ b/src/lisp/writer.hpp @@ -1,7 +1,7 @@ // $Id$ // -// SuperTux - A Jump'n Run -// Copyright (C) 2004 Matthias Braun // // 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 lists; }; - + } //namespace lisp #endif //SUPERTUX_LISPWRITER_H -