One extra empty line not in OpenBSD, and tweak a #define style.

This commit is contained in:
Nicholas Marriott
2016-10-17 19:25:45 +01:00
parent 7ba845297f
commit f6c49cecc1
3 changed files with 2 additions and 3 deletions

1
proc.c
View File

@ -190,7 +190,6 @@ proc_start(const char *name, struct event_base *base, int forkflag,
}
log_open(name);
setproctitle("%s (%s)", name, socket_path);
if (uname(&u) < 0)