diff options
| author | Jan Sucan <jan@jansucan.com> | 2020-12-25 12:50:00 +0100 |
|---|---|---|
| committer | Jan Sucan <jan@jansucan.com> | 2020-12-25 12:50:00 +0100 |
| commit | 7a38545d0b8df7216c1300b379a51fb14374a4fa (patch) | |
| tree | b49926d37c44428a11ab4a8b6467f65c7d46a4c6 /print.c | |
| parent | e4ebac4e4dd5b8bc9c86de11489b7f267bf48814 (diff) | |
Apply clang-format
Diffstat (limited to 'print.c')
| -rw-r--r-- | print.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,13 +1,13 @@ -#include <stdio.h> #include <stdarg.h> +#include <stdio.h> #include "print.h" -#define PRINT_ERROR_PREFIX "ERROR: " -#define PRINT_ERROR_SUFFIX "\n" +#define PRINT_ERROR_PREFIX "ERROR: " +#define PRINT_ERROR_SUFFIX "\n" void -print_error(const char * const format, ...) +print_error(const char *const format, ...) { fprintf(stderr, PRINT_ERROR_PREFIX); |
