From 3452cfe9d655d9f3cacd8902c56017194bc5258d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 17 Mar 2021 16:17:37 -0700 Subject: indent Signed-off-by: Sean Whitton --- src/util.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.lisp') 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) -- cgit v1.2.3