From b08424139f97e94b2429945669cf5b649caa54f7 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 1 Jan 2026 18:02:08 +0100 Subject: Fix indentation --- llama-tests.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llama-tests.el b/llama-tests.el index a139005..4c32db5 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))) -- cgit v1.0