From 7a38545d0b8df7216c1300b379a51fb14374a4fa Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Fri, 25 Dec 2020 12:50:00 +0100 Subject: Apply clang-format --- print.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'print.c') diff --git a/print.c b/print.c index e95d035..824f818 100644 --- a/print.c +++ b/print.c @@ -1,13 +1,13 @@ -#include #include +#include #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); -- cgit v1.2.3