Removed trailing whitespaces in tilemanager source files (yes I know that code needs...
[supertux.git] / tools / tilemanager / LispWriter.cs
index 0ec3a38..6355317 100644 (file)
@@ -6,7 +6,7 @@ public class LispWriter {
     private TextWriter stream;
     private int IndentDepth;
     private Stack lists = new Stack();
-    
+
     public LispWriter(TextWriter stream) {
         this.stream = stream;
     }