Fixed trailing whitespaces in some other scripts in tools and added missing svn:keywords
[supertux.git] / tools / levelconverter-0.1.3_0.2.0.scm
index e6cc095..10b0cea 100755 (executable)
@@ -73,7 +73,7 @@
 
 ; return SuperTux 0.1.3 level in SuperTux 0.2.x form
 (define (convert-level level)
-  (let 
+  (let
     (
      (type (car level))
      (version (find-sublist level 'version))
     (if (not background-tm) (error "No background tilemap given"))
     (if (not foreground-tm) (error "No foreground tilemap given"))
     (if (not objects) (error "No objects list given"))
-    (quasiquote 
+    (quasiquote
       (supertux-level
        (version 2)
        (name (_ ,(car name)))
        (author ,(car author))
-       ,(append 
+       ,(append
           (quasiquote
             (sector
               (name "main")