summaryrefslogtreecommitdiff
path: root/src/trysyslog.c
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-03 15:52:39 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-03 15:52:39 +0200
commita6a7d6ce079cabdaf2fa502b2e2cf15e5428ac6f (patch)
treeb88cc7a8457658d67e0321718556ac807f6bccf3 /src/trysyslog.c
parent00be7622c428f279872f84569f098ce16150f8a8 (diff)
format files
Diffstat (limited to 'src/trysyslog.c')
-rw-r--r--src/trysyslog.c6
1 files changed, 3 insertions, 3 deletions
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 <sys/types.h>
#include <sys/time.h>
+#include <sys/types.h>
#include <syslog.h>
main()
{
- openlog("foo",0,LOG_MAIL);
- syslog(0,"foo");
+ openlog("foo", 0, LOG_MAIL);
+ syslog(0, "foo");
}