aboutsummaryrefslogtreecommitdiff
path: root/print.h
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2020-12-25 12:50:00 +0100
committerJan Sucan <jan@jansucan.com>2020-12-25 12:50:00 +0100
commit7a38545d0b8df7216c1300b379a51fb14374a4fa (patch)
treeb49926d37c44428a11ab4a8b6467f65c7d46a4c6 /print.h
parente4ebac4e4dd5b8bc9c86de11489b7f267bf48814 (diff)
Apply clang-format
Diffstat (limited to 'print.h')
-rw-r--r--print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.h b/print.h
index 0613dfc..7992087 100644
--- a/print.h
+++ b/print.h
@@ -1,6 +1,6 @@
#ifndef PRINT_H
#define PRINT_H
-void print_error(const char * const format, ...);
+void print_error(const char *const format, ...);
#endif /* PRINT_H */