src/rc/supervise-daemon.c: fix style issue

This is for #263.
This commit is contained in:
Austin English 2018-12-03 13:52:53 -06:00 committed by William Hubbs
parent 9a2115f762
commit 10dc65cc46

View File

@ -185,7 +185,7 @@ static void handle_signal(int sig)
{
int serrno = errno;
switch(sig) {
switch (sig) {
case SIGALRM:
do_healthcheck = 1;
break;