groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 98/115: src/roff/troff/node.cpp: Wrap long lines.


From: G. Branden Robinson
Subject: [groff] 98/115: src/roff/troff/node.cpp: Wrap long lines.
Date: Thu, 1 Jun 2023 10:46:17 -0400 (EDT)

gbranden pushed a commit to branch branden-2022-06-01
in repository groff.

commit c7827c450ea89ea855ce7711ca49eb6ca4fa91ed
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat May 13 06:05:56 2023 -0500

    src/roff/troff/node.cpp: Wrap long lines.
---
 src/roff/troff/node.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/roff/troff/node.cpp b/src/roff/troff/node.cpp
index de6aaa778..4d872189e 100644
--- a/src/roff/troff/node.cpp
+++ b/src/roff/troff/node.cpp
@@ -6633,11 +6633,12 @@ void init_node_requests()
   init_request("sty", associate_style_with_font_position);
   init_request("tkf", configure_track_kerning);
   init_request("uf", select_underline_font);
-  register_dictionary.define(".fp", new next_available_font_position_reg);
+  register_dictionary.define(".fp",
+                            new next_available_font_position_reg);
   register_dictionary.define(".kern",
-                              new readonly_register(&global_kern_mode));
+                            new readonly_register(&global_kern_mode));
   register_dictionary.define(".lg",
-                              new readonly_register(&global_ligature_mode));
+                            new readonly_register(&global_ligature_mode));
   register_dictionary.define(".P", new printing_reg);
   soft_hyphen_char = get_charinfo(HYPHEN_SYMBOL);
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]