groff-commit
[Top][All Lists]
Advanced

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

[groff] 19/19: tmac/s.tmac: Fix code style nit.


From: G. Branden Robinson
Subject: [groff] 19/19: tmac/s.tmac: Fix code style nit.
Date: Wed, 6 Jul 2022 15:45:45 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit c002624a90380774ad2d96433375ef64482baa9d
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Jul 6 14:34:17 2022 -0500

    tmac/s.tmac: Fix code style nit.
    
    Consistently indent with tabs.
---
 tmac/s.tmac | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/tmac/s.tmac b/tmac/s.tmac
index bc7d3c84..259dee54 100644
--- a/tmac/s.tmac
+++ b/tmac/s.tmac
@@ -325,10 +325,10 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .par@ab-indent
 .par@reset
 .if !'\\$1'no' \{\
-.       if '\*(.T'html'  \{\
+.      if '\*(.T'html' \{\
 .              nf
 .              sp
-.       \}
+.      \}
 .      ft I
 .      ce 1
 \\*[ABSTRACT]
@@ -437,17 +437,17 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .sp 3
 .ce 9999
 .if d cov*tl-div \{\
-.    cov*tl-div
-.    DEVTAG-EO-TL
+.      cov*tl-div
+.      DEVTAG-EO-TL
 .\}
 .nr cov*i 1
 .nr cov*sp 1v
 .while \\n[cov*i]<=\\n[cov*n-au] \{\
-.       ie '\*(.T'html' .br
+.      ie '\*(.T'html' .br
 .      el .sp \\n[cov*sp]u
 .      cov*au-div!\\n[cov*i]
 .      ie d cov*ai-div!\\n[cov*i] \{\
-.              sp .5v  
+.              sp .5v
 .              cov*ai-div!\\n[cov*i]
 .              nr cov*sp 1v
 .      \}
@@ -1895,9 +1895,9 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .              ds eqn*tabs \\n[.tabs]
 .              nf
 .              ie \\n[dl] \{\
-.\"                     --fixme-- this really should not be necessary
-.\"                     and indicates that there is extra space creeping
-.\"                     into an equation when ps4html is enabled..
+.\"                    XXX: This really should not be necessary and
+.\"                    indicates that there is extra space creeping
+.\"                    into an equation when ps4html is enabled.
 .                      ie r ps4html .ds@need \\n[dn]u-1v+\n[.V]u+1i
 .                      el .ds@need \\n[dn]u-1v+\n[.V]u
 .                      chop eqn*div



reply via email to

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