branch: elpa/llama
commit b08424139f97e94b2429945669cf5b649caa54f7
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    Fix indentation
---
 llama-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/llama-tests.el b/llama-tests.el
index a1390056906..4c32db52b36 100644
--- a/llama-tests.el
+++ b/llama-tests.el
@@ -318,8 +318,8 @@
 (defmacro llama-test--flatten (expr)
   (when (vectorp expr)
     (setq expr (mapcan (lambda (e)
-                        (if (vectorp e) (append e ()) (list e)))
-                      (append expr ()))))
+                         (if (vectorp e) (append e ()) (list e)))
+                       (append expr ()))))
   (let ((body ()))
     (while expr
       (if (listp expr) (push (pop expr) body) (push expr body) (setq expr 
nil)))

Reply via email to