aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tvbtest.c')
-rw-r--r--epan/tvbtest.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/tvbtest.c b/epan/tvbtest.c
index 2877e59d1e..0517c204b2 100644
--- a/epan/tvbtest.c
+++ b/epan/tvbtest.c
@@ -507,3 +507,16 @@ main(void)
except_deinit();
exit(failed?1:0);
}
+
+/*
+ * 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:
+ */