summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcapio.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcapio.c b/pcapio.c
index c7ab3cd17e..d45853123a 100644
--- a/pcapio.c
+++ b/pcapio.c
@@ -758,3 +758,16 @@ libpcap_dump_close(FILE *pd, int *err)
}
#endif /* HAVE_LIBPCAP */
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */