summaryrefslogtreecommitdiff
path: root/ui/proto_hier_stats.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-10-12 14:56:12 -0400
committerBill Meier <wmeier@newsguy.com>2014-10-12 18:58:32 +0000
commit1b8b2a8aa8b3b21647070c8cb85de7d43cdd480e (patch)
treeae637d5385d32d07db062bd4aaeed94b312b9c15 /ui/proto_hier_stats.c
parent4e328e47098501c65f751774b8a13493f44b7214 (diff)
downloadwireshark-1b8b2a8aa8b3b21647070c8cb85de7d43cdd480e.tar.gz
Add editor modelines; Adjust whitespace as needed.
Change-Id: I4da7b335d905dbca10bbce03aa88e1cdeeb1f8ad Reviewed-on: https://code.wireshark.org/review/4626 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'ui/proto_hier_stats.c')
-rw-r--r--ui/proto_hier_stats.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/ui/proto_hier_stats.c b/ui/proto_hier_stats.c
index c083de2fec..3118003570 100644
--- a/ui/proto_hier_stats.c
+++ b/ui/proto_hier_stats.c
@@ -293,7 +293,7 @@ ph_stats_new(void)
}
/* We're done calculating the statistics; destroy the progress bar
- if it was created. */
+ if it was created. */
if (progbar != NULL)
destroy_progress_dlg(progbar);
@@ -337,3 +337,16 @@ ph_stats_free(ph_stats_t *ps)
g_free(ps);
}
+
+/*
+ * 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:
+ */