Whitespace cleanups across the board.
[lisp] / str.lisp
index 5cf05aa..a943bae 100644 (file)
--- a/str.lisp
+++ b/str.lisp
@@ -37,7 +37,7 @@
   (with-output-to-string (s)
     (when strs
       (loop
-        (princ (stringify (pop strs)) s)
+       (princ (stringify (pop strs)) s)
        (unless strs
          (return))
        (princ del s)))))