gbranden pushed a commit to branch master
in repository groff.

commit b8274a7db19839c1392383eef7df5fe3427e81d0
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Nov 23 11:21:50 2025 -0600

    src/roff/troff/input.cpp: Fix indentation.
---
 src/roff/troff/input.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index 848c70606..946ca3d36 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -1733,8 +1733,8 @@ static node *do_bracket() // \b
       return 0 /* nullptr */;
     }
     else {
-       node *n = curenv->make_char_node(ci);
-       if (n != 0 /* nullptr */)
+      node *n = curenv->make_char_node(ci);
+      if (n != 0 /* nullptr */)
        bracketnode->bracket(n);
     }
   }

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

Reply via email to