gbranden pushed a commit to branch master
in repository groff.
commit 067a8f3279b7a11187358452e8353182ca32950d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Jul 3 00:07:20 2024 -0500
src/roff/troff/input.cpp: Fix code style nit.
---
src/roff/troff/input.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index 2df745156..99f19b7c3 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -921,7 +921,8 @@ void shift()
static char get_char_for_escape_parameter(bool allow_space = false)
{
- int c = get_copy(0 /* nullptr */, false /* is defining */,
+ int c = get_copy(0 /* nullptr */,
+ false /* is defining */,
true /* handle \E */);
switch (c) {
case EOF:
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit