aboutsummaryrefslogtreecommitdiff
path: root/src/util.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-17 16:17:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-18 09:55:57 -0700
commit3452cfe9d655d9f3cacd8902c56017194bc5258d (patch)
tree3a9d7eec7c5fc0981176b207eeddf0900267996f /src/util.lisp
parent47ac2b86649da61be15f07d0a6d93f96b55c13a2 (diff)
downloadconsfigurator-3452cfe9d655d9f3cacd8902c56017194bc5258d.tar.gz
indent
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/util.lisp')
-rw-r--r--src/util.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.lisp b/src/util.lisp
index e08d566..adc5c00 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -44,7 +44,7 @@
(defun ordinary-ll-without-&aux (ll)
(loop for arg in ll
if (eq '&aux arg) return accum
- else collect arg into accum
+ else collect arg into accum
finally (return accum)))
(defun ordinary-ll-variable-names (ll)