aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/stats_tree
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2018-04-30 21:55:30 +0200
committerAnders Broman <a.broman58@gmail.com>2018-05-01 06:55:55 +0000
commit488c831790405ac254ecbecb045c59b562cb4531 (patch)
tree5b908c4318d440d7f4dc9cd455130fd8eea56038 /plugins/epan/stats_tree
parentd25e7c8d91b46fc038f5dc9f64faf11927de0b06 (diff)
Use common indenting space in heading
Change-Id: I47022f9c7d568ca6d9705ba63c669a980822818a Reviewed-on: https://code.wireshark.org/review/27229 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'plugins/epan/stats_tree')
-rw-r--r--plugins/epan/stats_tree/pinfo_stats_tree.h20
-rw-r--r--plugins/epan/stats_tree/stats_tree_plugin.c18
2 files changed, 19 insertions, 19 deletions
diff --git a/plugins/epan/stats_tree/pinfo_stats_tree.h b/plugins/epan/stats_tree/pinfo_stats_tree.h
index c3ce53b837..48e834e1c9 100644
--- a/plugins/epan/stats_tree/pinfo_stats_tree.h
+++ b/plugins/epan/stats_tree/pinfo_stats_tree.h
@@ -1,13 +1,13 @@
/* pinfo_stats_tree.h
-* Stats tree for ethernet frames
-*
-* (c) 2005, Luis E. G. Ontanon <luis@ontanon.org>
-*
-* Wireshark - Network traffic analyzer
-* By Gerald Combs <gerald@wireshark.org>
-* Copyright 1998 Gerald Combs
-*
-* SPDX-License-Identifier: GPL-2.0-or-later
-*/
+ * Stats tree for ethernet frames
+ *
+ * (c) 2005, Luis E. G. Ontanon <luis@ontanon.org>
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
extern void register_pinfo_stat_trees(void);
diff --git a/plugins/epan/stats_tree/stats_tree_plugin.c b/plugins/epan/stats_tree/stats_tree_plugin.c
index cd02460b3a..3074861a23 100644
--- a/plugins/epan/stats_tree/stats_tree_plugin.c
+++ b/plugins/epan/stats_tree/stats_tree_plugin.c
@@ -1,13 +1,13 @@
/* stats_tree_plugin.c
-* Stats tree plugin registration file
-* Automatically generated by make_stat_tree_registration.pl
-*
-* Wireshark - Network traffic analyzer
-* By Gerald Combs <gerald@wireshark.org>
-* Copyright 1998 Gerald Combs
-*
-* SPDX-License-Identifier: GPL-2.0-or-later
-*/
+ * Stats tree plugin registration file
+ * Automatically generated by make_stat_tree_registration.pl
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
#include "config.h"