gbranden pushed a commit to branch master
in repository groff.

commit cbbb88fe0ea9935a442ce169c264ae9800cc63b6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Aug 20 07:23:06 2022 -0500

    tmac/e.tmac (2c): Fix misleading indentation.
    
    Thanks to Dave Kemper for the report.
---
 tmac/e.tmac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tmac/e.tmac b/tmac/e.tmac
index 14ea47593..e215b111c 100644
--- a/tmac/e.tmac
+++ b/tmac/e.tmac
@@ -971,9 +971,9 @@
 .nr $m 2
 .if \\n(.$>1 \
 .      nr $m \\$2                      \" param 2: column quantity
-.      if \\n(.$>0 \
-.              if !'\\$1'' \
-.                      nr $s \\$1n     \" param 1: column separation
+.if \\n(.$>0 \
+.      if !'\\$1'' \
+.              nr $s \\$1n             \" param 1: column separation
 .nr $l (\\n(.l-((\\n($m-1)*\\n($s))/\\n($m
 .xl \\n($lu
 .mk _k

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to