From 10dc65cc46e4f16f1b1f9822f3b687f2e58e4b40 Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 3 Dec 2018 13:52:53 -0600 Subject: [PATCH] src/rc/supervise-daemon.c: fix style issue This is for #263. --- src/rc/supervise-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;