Code cleanup and indentation.

C source files (with the exception of third-party files, i.e. getopt and
md5) have been indented with GNU indent.

The indentation "standard" has been documented in the readme file.
This commit is contained in:
2023-03-03 22:49:48 +01:00
parent 882a38f908
commit ee2489483b
19 changed files with 740 additions and 663 deletions

View File

@@ -21,7 +21,7 @@
#ifdef HAVE_LIBPCRE
void pcre_init (void);
void pcre_match (message_t *msg);
void pcre_match (message_t * msg);
#endif /* HAVE_LIBPCRE */
void regex_init (void);
void regex_match (message_t *msg);
void regex_match (message_t * msg);