gbranden pushed a commit to branch master
in repository groff.

commit e12c5601d758928e0452a5f85f86da87b0958e38
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Jan 3 10:03:19 2023 -0600

    tmac/an.tmac: Fix code style nit.
    
    Wrap long input lines.
---
 tmac/an.tmac | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tmac/an.tmac b/tmac/an.tmac
index c778369f4..78ad7cc9d 100644
--- a/tmac/an.tmac
+++ b/tmac/an.tmac
@@ -1106,9 +1106,11 @@ contains unsupported escape sequence
 .    \" don't add angle brackets here.
 .    el \{\
 .      if \\n[an*is-output-html] \
-.        nop \X^html:<a 
href="\\*[an*prefix]\\*[an*hyperlink]">\\*[an*hyperlink]</a>^\c
+.        nop \X^html:<a href="\\*[an*prefix]\\*[an*hyperlink]">\
+\\*[an*hyperlink]</a>^\c
 .      if \\n[an*is-output-terminal] \
-.        nop \X^tty: link 
\\*[an*prefix]\\*[an*hyperlink]^\\*[an*hyperlink]\X^tty: link^\c
+.        nop \X^tty: link \\*[an*prefix]\\*[an*hyperlink]^\
+\\*[an*hyperlink]\X^tty: link^\c
 .    \}
 .    nop \&\\$1\"
 .  \}

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

Reply via email to