]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gm2tools/m2color.c reformatted to use GNU coding standards.
authorGaius Mulley <gaius.mulley@southwales.ac.uk>
Wed, 18 May 2022 15:15:44 +0000 (16:15 +0100)
committerGaius Mulley <gaius.mulley@southwales.ac.uk>
Wed, 18 May 2022 15:15:44 +0000 (16:15 +0100)
Reformatted gm2tools/m2color.c to use GNU coding standards.

Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>
gm2tools/ChangeLog
gm2tools/m2color.c

index 655061494ae12d11705b71d0691bfdfb8e8be61c..e496f67a5f3e2f1a9f941a1b3abe1ce909f5ef8b 100644 (file)
@@ -2,6 +2,8 @@
 
        * gm2l.1: Corrected default implementation/program module
        extension to .mod.
+       * m2color.c: Reformatted to use GNU coding standard
+       formatting.
 
 2022-05-17      Gaius Mulley <gaius.mulley@southwales.ac.uk>
 
index 1fe42fc0cee550d9d2d966d3711a9084e6fe6201..79595608f24d0a600c015aa601b4bc520b565a85 100644 (file)
@@ -23,23 +23,27 @@ along with GNU Modula-2; see the file COPYING3.  If not see
 
 extern "C" {
 
-const char *m2color_colorize_start (bool show_color, char *name, unsigned int name_len)
+const char *
+m2color_colorize_start (bool show_color, char *name, unsigned int name_len)
 {
   return "";
 }
 
-const char *m2color_colorize_stop (bool show_color)
+const char *
+m2color_colorize_stop (bool show_color)
 {
   return "";
 }
 
 
-void _M2_m2color_init ()
+void
+_M2_m2color_init ()
 {
 }
 
 
-void  _M2_m2color_finish ()
+void
+_M2_m2color_finish ()
 {
 }