gbranden pushed a commit to branch master
in repository groff.
commit 589460ac524c8662a6a6a0e16a801db4508d2f38
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Nov 30 15:48:28 2023 -0600
src/roff/troff/node.cpp: Update indentation.
...per previous commit.
---
src/roff/troff/node.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/roff/troff/node.cpp b/src/roff/troff/node.cpp
index c9e31be77..f785fc328 100644
--- a/src/roff/troff/node.cpp
+++ b/src/roff/troff/node.cpp
@@ -6195,9 +6195,9 @@ static void associate_style_with_font_position()
warning(WARN_MISSING, "abstract style configuration request"
" expects a second argument");
else {
- symbol internal_name = get_name(true /* required */);
- if (!internal_name.is_null())
- (void) mount_style(n, internal_name);
+ symbol internal_name = get_name(true /* required */);
+ if (!internal_name.is_null())
+ (void) mount_style(n, internal_name);
}
}
}
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit