groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 12/29: tmac/s.tmac: Fix code style (trivial).


From: G. Branden Robinson
Subject: [groff] 12/29: tmac/s.tmac: Fix code style (trivial).
Date: Tue, 26 Apr 2022 06:40:17 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit cd28c8c2f1434b5aada03ae0a1482d938825a3df
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Apr 17 17:27:33 2022 +1000

    tmac/s.tmac: Fix code style (trivial).
    
    * This file does not place material on the same line after open brace
      escape sequences.
    * This file uses tabs, not spaces, for indentation.
---
 tmac/s.tmac | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tmac/s.tmac b/tmac/s.tmac
index 9faf88ad..5ff23d04 100644
--- a/tmac/s.tmac
+++ b/tmac/s.tmac
@@ -1789,9 +1789,10 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .de XN de
 .\" .XN <text>
 .ie \\n[nh*hl] .toc*xn-init \\$@
-.el \{ .@error .XN is not allowed before .NH
-.      nop \&\\$*
-.   \}
+.el \{\
+.      @error .XN is not allowed before .NH
+.      nop \&\\$*
+.\}
 .de toc*xn-init de
 .rn XN-REPLACEMENT XN
 .XN \\$@



reply via email to

[Prev in Thread] Current Thread [Next in Thread]