aboutsummaryrefslogtreecommitdiffstats
path: root/src/listen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/listen.c')
-rw-r--r--src/listen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/listen.c b/src/listen.c
index 5fd07a9b4..a9624d4e7 100644
--- a/src/listen.c
+++ b/src/listen.c
@@ -184,3 +184,4 @@ void getConnections(int sock) {
}
else if(fd<0) ERROR("Problems accept()'ing\n");
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */