gbranden pushed a commit to branch master
in repository groff.

commit df5f5c06e675e7f4ed8954b0390ce1c56d58a3e2
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jul 17 12:58:03 2025 -0500

    [mdoc]: Fix cosmetic code style nit.
    
    * tmac/mdoc/doc-common (Sh): Fix misleading indentation.
---
 tmac/mdoc/doc-common | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tmac/mdoc/doc-common b/tmac/mdoc/doc-common
index a8d9ac26b..5b8a1e4b6 100644
--- a/tmac/mdoc/doc-common
+++ b/tmac/mdoc/doc-common
@@ -1474,11 +1474,11 @@
 .  if '\*[.T]'pdf' \
 .    pdfbookmark 2 "\*[doc-sec-head]"
 .
-.    if t \{\
-.      nr doc-reg-Sh \n[.ss]
-.      nr doc-reg-Sh1 \n[.sss]
-.      ss (\n[.ss] * 5 / 3) (\n[.sss] * 5 / 3)
-.    \}
+.  if t \{\
+.    nr doc-reg-Sh \n[.ss]
+.    nr doc-reg-Sh1 \n[.sss]
+.    ss (\n[.ss] * 5 / 3) (\n[.sss] * 5 / 3)
+.  \}
 .
 .  if \n[doc-remap-I-style-in-headings] \
 .    ftr \*[doc-heading-family]I \*[doc-heading-family]BI

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

Reply via email to