groff-commit
[Top][All Lists]
Advanced

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

[groff] 22/28: tmac/pdf.tmac: Fix code style nits.


From: G. Branden Robinson
Subject: [groff] 22/28: tmac/pdf.tmac: Fix code style nits.
Date: Mon, 4 Mar 2024 07:42:39 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 74bfec9e57df32a29ac1b2cf1e3363276bd66111
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Mar 4 03:20:13 2024 -0600

    tmac/pdf.tmac: Fix code style nits.
    
    The indentation style of this file is 3 spaces per level, and closing
    braces indented the same amount as the code they bracket.
---
 tmac/pdf.tmac | 58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

diff --git a/tmac/pdf.tmac b/tmac/pdf.tmac
index 28661f735..43ae91de4 100644
--- a/tmac/pdf.tmac
+++ b/tmac/pdf.tmac
@@ -253,20 +253,20 @@ am solely responsible for any bugs I may have introduced 
into this file.
 .      ie '\\*[pdf:href-T]'' .ds PDFBOOKMARK.NAME pdf:bm\\n[pdf:bm.nr]
 .      el .ds PDFBOOKMARK.NAME \\*[pdf:href-T]
 .      pdf:href.sety
-.         ds pdf:cleaned \\$*
-.         ev pdfcln
-.         tr \[em]-
-.         nf
-.         box pdf:clean
-.         nop \\$*
-.         fl
-.         box
-.         chop pdf:clean
-.         asciify pdf:clean
-.         ds pdf:cleaned \\*[pdf:clean]
-.         rm pdf:clean
-.         ev
-.         tr \[em]\[em]
+.      ds pdf:cleaned \\$*
+.      ev pdfcln
+.      tr \[em]-
+.      nf
+.      box pdf:clean
+.      nop \\$*
+.      fl
+.      box
+.      chop pdf:clean
+.      asciify pdf:clean
+.      ds pdf:cleaned \\*[pdf:clean]
+.      rm pdf:clean
+.      ev
+.      tr \[em]\[em]
 .      ds pdf:look(\\*[PDFBOOKMARK.NAME]) \\*[pdf:cleaned]
 .      if dPDF.EXPORT .tm .ds pdf:look(\\*[PDFBOOKMARK.NAME]) \\*[pdf:cleaned]
 .      pdfmark /Dest /\\*[PDFBOOKMARK.NAME] /View [\\*[PDFBOOKMARK.VIEW]] /DEST
@@ -288,21 +288,21 @@ am solely responsible for any bugs I may have introduced 
into this file.
 ..
 .
 .de pdfclean
-.  ie '\\n(.z'' \{\
-.         ds pdfcleaned \\$*
-.         ev pdfcln
-.         tr \[em]-
-.         nf
-.         box pdf:clean
-.         nop \\*[\\*[pdfcleaned]]
-.         fl
-.         box
-.         chop pdf:clean
-.         asciify pdf:clean
-.         ev
-.         ds \\*[pdfcleaned] "\\*[pdf:clean]
-.         rm pdf:clean
-.         tr \[em]\[em]
+.   ie '\\n(.z'' \{\
+.      ds pdfcleaned \\$*
+.      ev pdfcln
+.      tr \[em]-
+.      nf
+.      box pdf:clean
+.      nop \\*[\\*[pdfcleaned]]
+.      fl
+.      box
+.      chop pdf:clean
+.      asciify pdf:clean
+.      ev
+.      ds \\*[pdfcleaned] "\\*[pdf:clean]
+.      rm pdf:clean
+.      tr \[em]\[em]
 .  el .nop \!.pdfclean \\$@
 ..
 .\"



reply via email to

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