summaryrefslogtreecommitdiff
path: root/epan/funnel.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/funnel.c')
-rw-r--r--epan/funnel.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/epan/funnel.c b/epan/funnel.c
index 1771717945..876f84b57e 100644
--- a/epan/funnel.c
+++ b/epan/funnel.c
@@ -72,5 +72,15 @@ void funnel_register_all_menus(funnel_registration_cb_t r_cb) {
}
}
-
-
+/*
+ * 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:
+ */