[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 26/34: [sboxes]: Normalize indentation.
From: |
G. Branden Robinson |
Subject: |
[groff] 26/34: [sboxes]: Normalize indentation. |
Date: |
Sat, 16 Oct 2021 23:07:27 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 32446975a1a4e8fa1efcb1f129d301677e5f2955
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Oct 17 09:53:52 2021 +1100
[sboxes]: Normalize indentation.
---
contrib/sboxes/sboxes.tmac | 48 +++++++++++++++++++++++-----------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/contrib/sboxes/sboxes.tmac b/contrib/sboxes/sboxes.tmac
index 74864ba..fea3b03 100644
--- a/contrib/sboxes/sboxes.tmac
+++ b/contrib/sboxes/sboxes.tmac
@@ -57,32 +57,32 @@ along with this program. If not, see
<http://www.gnu.org/licenses/>.
. ie 'SHADED'\\$1' \{\
. nop \\M[\\$2]\c
. nr bx@shad 1
-. as bx@type "fill\"
+. as bx@type "fill\"
. shift 2
. \}
. el \{\
-. ie 'OUTLINED'\\$1' \{\
-. nop \\m[\\$2]\c
-. nr bx@outl 1
-. as bx@type "box\"
-. shift 2
-. \}
-. el \{\
-. ie 'WEIGHT'\\$1' \{\
-. ds bx@wt \\$2
-. shift 2
-. \}
-. el \{\
-. ie 'INDENT'\\$1' \{\
-. nr bx@ind \\$2
-. shift 2
-. \}
-. el \{\
-. tm Unknown Token \\$1
-. shift
-. \}
-. \}
-. \}
+. ie 'OUTLINED'\\$1' \{\
+. nop \\m[\\$2]\c
+. nr bx@outl 1
+. as bx@type "box\"
+. shift 2
+. \}
+. el \{\
+. ie 'WEIGHT'\\$1' \{\
+. ds bx@wt \\$2
+. shift 2
+. \}
+. el \{\
+. ie 'INDENT'\\$1' \{\
+. nr bx@ind \\$2
+. shift 2
+. \}
+. el \{\
+. tm Unknown Token \\$1
+. shift
+. \}
+. \}
+. \}
. \}
. \}
.
@@ -113,4 +113,4 @@ along with this program. If not, see
<http://www.gnu.org/licenses/>.
.\" mode: nroff
.\" fill-column: 72
.\" End:
-.\" vim: set filetype=groff textwidth=72:
+.\" vim: set expandtab filetype=groff textwidth=72:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 26/34: [sboxes]: Normalize indentation.,
G. Branden Robinson <=