aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/ftypes/ftypes.c')
-rw-r--r--epan/ftypes/ftypes.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/ftypes/ftypes.c b/epan/ftypes/ftypes.c
index 7f4aba791c..53e2944584 100644
--- a/epan/ftypes/ftypes.c
+++ b/epan/ftypes/ftypes.c
@@ -663,3 +663,16 @@ fvalue_matches(const fvalue_t *a, const fvalue_t *b)
g_assert(a->ftype->cmp_matches);
return a->ftype->cmp_matches(a, b);
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 8
+ * tab-width: 8
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vi: set shiftwidth=8 tabstop=8 noexpandtab:
+ * :indentSize=8:tabSize=8:noTabs=false:
+ */