aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stats_tree
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-15 19:27:23 +0200
committerEvan Huus <eapache@gmail.com>2014-08-17 02:29:26 +0000
commitc8cb153ec842e949cf4dcd9e3e9e806018f2fc8c (patch)
treee94d4161dcb5ec57b5f5782f73e0dfb779ffe651 /plugins/stats_tree
parent56738931a9b823bd6e2fae157c0d85b2c3489280 (diff)
Stats Tree: Add Modelines
Change-Id: Id4b2a2837377d52e9f6c9145f9fbed2465a538df Reviewed-on: https://code.wireshark.org/review/3654 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'plugins/stats_tree')
-rw-r--r--plugins/stats_tree/stats_tree_plugin.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/stats_tree/stats_tree_plugin.c b/plugins/stats_tree/stats_tree_plugin.c
index 8974521752..2c91d62e86 100644
--- a/plugins/stats_tree/stats_tree_plugin.c
+++ b/plugins/stats_tree/stats_tree_plugin.c
@@ -42,3 +42,16 @@ WS_DLL_PUBLIC_DEF void plugin_register_tap_listener(void)
}
#endif
+
+/*
+ * 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:
+ */