aboutsummaryrefslogtreecommitdiffstats
path: root/svcscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'svcscan.c')
-rw-r--r--svcscan.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/svcscan.c b/svcscan.c
index a0a5a10..174cbb4 100644
--- a/svcscan.c
+++ b/svcscan.c
@@ -460,7 +460,9 @@ main(int argc, char **argv)
perror("kevent()");
}
}
- if (revt[i].ident == SIGHUP || revt[i].ident == SIGINT || revt[i].ident == SIGTERM) {
+ if (revt[i].ident == SIGHUP ||
+ revt[i].ident == SIGINT ||
+ revt[i].ident == SIGTERM) {
goto end;
}
} else if (revt[i].filter == EVFILT_TIMER && revt[i].ident == 1) {