From f383d977f1b2d9ed518a9a2bb49e05faeb7bea2b Mon Sep 17 00:00:00 2001 From: Keith Marshall Date: Sun, 24 Oct 2021 21:25:38 +0100 Subject: [ms]: Fix misleading NH macro indentation. * tmac/s.tmac (@NH) [.T is html]: .if statement should exhibit same indentation as preceding .DEVTAG-NH statement, but is overindented; fix it. --- tmac/s.tmac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmac/s.tmac') diff --git a/tmac/s.tmac b/tmac/s.tmac index 735e50e97..ebc58179c 100644 --- a/tmac/s.tmac +++ b/tmac/s.tmac @@ -1701,7 +1701,7 @@ along with this program. If not, see . .nr sh*psincr (\\n[GROWPS]-\\n[nh*hl])*\\n[PSINCR] .SH-NO-TAG .DEVTAG-NH "\\$1" -. if '\*(.T'html' .nr s@devtag-needs-end-of-heading 1 +.if '\*(.T'html' .nr s@devtag-needs-end-of-heading 1 \\*[SN-STYLE] .. .\" **************************** -- cgit v1.2.1