gbranden pushed a commit to branch master
in repository groff.
commit 74bfec9e57df32a29ac1b2cf1e3363276bd66111
Author: G. Branden Robinson <[email protected]>
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 \\$@
..
.\"
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit