gbranden pushed a commit to branch master
in repository groff.
commit a6e6cd0b4ffd969668e60eb9d0270345c56d7227
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Mar 25 22:23:34 2026 -0500
src/devices/grops/ps.cpp: Fix cosmetic code nit.
Put spaces around dyadic C++ operators.
---
src/devices/grops/ps.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/devices/grops/ps.cpp b/src/devices/grops/ps.cpp
index c12631059..f6dcaff61 100644
--- a/src/devices/grops/ps.cpp
+++ b/src/devices/grops/ps.cpp
@@ -89,7 +89,7 @@ const int DEFS_DICT_SPARE = 50;
static double degrees(double r)
{
- return r*180.0/PI;
+ return (r * 180.0) / PI;
}
static double radians(double d)
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit