]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cpperror.c
formatting tweaks
[thirdparty/gcc.git] / gcc / cpperror.c
index fc02c048e64276738cedb5547ff47094ad29f3a4..0cf24b90ce37d1eade0421cfdb5402925eeca420 100644 (file)
@@ -89,7 +89,9 @@ cpp_file_line_for_message (pfile, filename, line, column)
 }
 
 /* IS_ERROR is 2 for "fatal" error, 1 for error, 0 for warning */
-void cpp_message (pfile, is_error, msg, arg1, arg2, arg3)
+
+void
+cpp_message (pfile, is_error, msg, arg1, arg2, arg3)
      int is_error;
      cpp_reader *pfile;
      char *msg;