gbranden pushed a commit to branch master
in repository groff.
commit d6d07248ff5157f527e4322156fcaa17512b560d
Author: Duncan Losin <[email protected]>
AuthorDate: Tue Nov 19 03:57:55 2024 +0000
src/preproc/pic/pic.ypp: Fix code style nit.
groff does not use spaces around the C++ `::` scope operator.
---
src/preproc/pic/pic.ypp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/preproc/pic/pic.ypp b/src/preproc/pic/pic.ypp
index 61f0d7266..ba26996db 100644
--- a/src/preproc/pic/pic.ypp
+++ b/src/preproc/pic/pic.ypp
@@ -1469,7 +1469,7 @@ corner:
| DOT_NE
{ $$ = &object::north_east; }
| DOT_SE
- { $$ = &object:: south_east; }
+ { $$ = &object::south_east; }
| DOT_NW
{ $$ = &object::north_west; }
| DOT_SW
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit