From a6a7d6ce079cabdaf2fa502b2e2cf15e5428ac6f Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Wed, 3 Jul 2024 15:52:39 +0200 Subject: format files --- src/trysyslog.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/trysyslog.c') diff --git a/src/trysyslog.c b/src/trysyslog.c index 4b99afc..5408436 100644 --- a/src/trysyslog.c +++ b/src/trysyslog.c @@ -1,9 +1,9 @@ -#include #include +#include #include main() { - openlog("foo",0,LOG_MAIL); - syslog(0,"foo"); + openlog("foo", 0, LOG_MAIL); + syslog(0, "foo"); } -- cgit v1.2.3