gbranden pushed a commit to branch master
in repository groff.

commit 6e7b081dc92469c333d1fbc2d71c8da8131a0ac8
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Mar 29 22:29:59 2026 -0500

    src/include/lf.h: Fix code style nit.
    
    * src/include/lf.h: Drop argument names from function declarations,
      better aligning code style with groff's Stroustrup-ish conventions.
---
 ChangeLog        | 6 ++++++
 src/include/lf.h | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ce0275081..03144f09d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2026-03-29  G. Branden Robinson <[email protected]>
+
+       * src/include/lf.h: Drop argument names from function
+       declarations, better aligning code style with groff's
+       Stroustrup-ish conventions.
+
 2026-03-29  G. Branden Robinson <[email protected]>
 
        [libgroff]: Improve #include discipline.
diff --git a/src/include/lf.h b/src/include/lf.h
index 2a931ef8d..53f134c20 100644
--- a/src/include/lf.h
+++ b/src/include/lf.h
@@ -22,8 +22,8 @@ void change_filename(const char *);
 void change_lineno(int);
 
 // libgroff/lf.cpp
-bool interpret_lf_request_arguments(const char *p);
-void normalize_file_name_for_lf_request(string &fn);
+bool interpret_lf_request_arguments(const char *);
+void normalize_file_name_for_lf_request(string &);
 
 // Local Variables:
 // fill-column: 72

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to