gbranden pushed a commit to branch master
in repository groff.

commit 09e6b57faa0240c44f4016406bff4b3d81d39322
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Aug 15 20:18:45 2021 +1000

    tmac/an.tmac: Fix code style nit.
    
    * Put `if` requests and their consequents on a single line when they'll
      easily fit.
---
 tmac/an.tmac | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/tmac/an.tmac b/tmac/an.tmac
index d63d603..29fad52 100644
--- a/tmac/an.tmac
+++ b/tmac/an.tmac
@@ -423,8 +423,7 @@
 .        \}
 .      \}
 .    \}
-.    if \\n[cR] \
-.      pl +1v
+.    if \\n[cR] .pl +1v
 .    BT
 .  \}
 .  ev
@@ -813,8 +812,7 @@
 .\" End table.
 .de1 TE
 .  HTML-IMAGE-END
-.  if \\n[an-is-output-html] \
-.    ll \\n[an-TS-ll]u
+.  if \\n[an-is-output-html] .ll \\n[an-TS-ll]u
 ..
 .
 .\" eqn(1) equation support
@@ -831,8 +829,7 @@
 .\" End equation.
 .de1 EN
 .  HTML-IMAGE-END
-.  if \\n[an-is-output-html] \
-.    ll \\n[an-EQ-ll]u
+.  if \\n[an-is-output-html] .ll \\n[an-EQ-ll]u
 ..
 .
 .\" Define R "string".  Some ms(7) veterans confusedly use '.R' in man

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

Reply via email to