gbranden pushed a commit to branch master
in repository groff.

commit 434bca67564cb81240551364255e665cc4d59c45
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed May 6 08:49:49 2026 -0500

    src/roff/troff/env.h: Fix cosmetic code nit.
    
    Kill (the only remaining instance in this file of) trailing whitespace.
---
 src/roff/troff/env.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/roff/troff/env.h b/src/roff/troff/env.h
index 207b7c3d1..6c4f67ff7 100644
--- a/src/roff/troff/env.h
+++ b/src/roff/troff/env.h
@@ -314,7 +314,7 @@ public:
   hunits get_prev_char_skew();
   vunits get_prev_char_height();
   vunits get_prev_char_depth();
-  hunits get_text_length();            // .k 
+  hunits get_text_length();            // .k
   hunits get_prev_text_length();       // .n
   hunits get_space_width() { return env_space_width(this); }
   int get_space_size() { return space_size; }  // in ems/36

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

Reply via email to