diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rc/supervise-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |