From 11b3f2618324391f4dfa1ba768f34a07eb2b2a2a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 25 Sep 2016 18:47:01 -0700 Subject: awk macro: code formatting. * share/txr/stdlib/awk.tl (awk): Fix indentation in two places. --- share/txr/stdlib/awk.tl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/txr/stdlib/awk.tl b/share/txr/stdlib/awk.tl index e99f62d2..3efdc1ef 100644 --- a/share/txr/stdlib/awk.tl +++ b/share/txr/stdlib/awk.tl @@ -274,7 +274,7 @@ ^((*stdout* (qref ,aws-sym output)))) ,*(if (and awc.cond-actions awc.begin-file-actions) ^((,awk-begf-fun (lambda (,aws-sym) - ,*awc.begin-file-actions)))) + ,*awc.begin-file-actions)))) ,*(if (and awc.cond-actions awc.end-file-actions) ^((,awk-endf-fun (lambda (,aws-sym) ,*awc.end-file-actions)))) @@ -282,9 +282,9 @@ ^((,awk-fun (lambda (,aws-sym) ,(if awc.rng-exprs ^(let* ((,awc.rng-rec-temp rec) - ,*(nreverse - (zip awc.rng-expr-temps - awc.rng-exprs))) + ,*(nreverse + (zip awc.rng-expr-temps + awc.rng-exprs))) ,p-actions-xform) p-actions-xform)))))) ,*awc.begin-actions -- cgit v1.2.3