aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-05 18:39:50 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-05 18:39:50 +0000
commit2108ccad0919792017923d7fdbc64e97d16067ef (patch)
tree5cdfa33a2f4d10e31bdf0a1f77f66cd616016c7b /epan/stats_tree.h
parentf27990cfbbf3465897c58880611d11d5ff371363 (diff)
Fix indent (Use tabs) and add modelines
svn path=/trunk/; revision=54610
Diffstat (limited to 'epan/stats_tree.h')
-rw-r--r--epan/stats_tree.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/stats_tree.h b/epan/stats_tree.h
index 23e2c8175b..cbb995a310 100644
--- a/epan/stats_tree.h
+++ b/epan/stats_tree.h
@@ -236,3 +236,16 @@ WS_DLL_PUBLIC int stats_tree_manip_node(manip_node_mode mode,
(stats_tree_manip_node(MN_CLEAR_FLAGS,(st),(name),(parent_id),(with_children),flags))
#endif /* __STATS_TREE_H */
+
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vi: ex: set shiftwidth=4 tabstop=8 noexpandtab:
+ * :indentSize=4:tabSize=8:noTabs=false:
+ */