diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c index e7c578b8..4def6823 100644 --- a/src/rc/supervise-daemon.c +++ b/src/rc/supervise-daemon.c @@ -185,7 +185,7 @@ static void handle_signal(int sig) { int serrno = errno; - switch(sig) { + switch (sig) { case SIGALRM: do_healthcheck = 1; break;