aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-03-12 06:42:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-03-12 06:42:47 +0000
commit8fa5ef33f90abd7e3f21986b5532943de30ff9b7 (patch)
tree5700d4c2a11858ced1c4af79e9a77f8966cedc5f /pcapio.c
parent1a8f3eddc79c2409d98c8dfe5173ef5f2c765029 (diff)
From Jose Pedro Oliveira: Add Modlines
svn path=/trunk/; revision=41496
Diffstat (limited to 'pcapio.c')
-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:
+ */