gbranden pushed a commit to branch master
in repository groff.

commit d82b4faa3405bd891ca13d432b3bcc3a397ebcb7
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Nov 24 18:17:54 2025 -0600

    src/roff/troff/input.cpp: Fix cosmetic code nit.
    
    Use spaces around `:` operator.
---
 src/roff/troff/input.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index 0e563df2a..255130c88 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -4942,7 +4942,7 @@ void do_define_string(define_mode mode, comp_mode comp)
 void define_string()
 {
   do_define_string(DEFINE_NORMAL,
-                  want_att_compat ? COMP_ENABLE: COMP_IGNORE);
+                  want_att_compat ? COMP_ENABLE : COMP_IGNORE);
 }
 
 void define_nocomp_string()

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

Reply via email to