aboutsummaryrefslogtreecommitdiffstats
path: root/src/sig_handlers.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/sig_handlers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sig_handlers.c b/src/sig_handlers.c
index 84243bf45..a3ac478cb 100644
--- a/src/sig_handlers.c
+++ b/src/sig_handlers.c
@@ -126,4 +126,3 @@ void unblockSignals() {
sigaddset(&sset,SIGTERM);
while(sigprocmask(SIG_UNBLOCK,&sset,NULL)<0 && errno==EINTR);
}
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */