summaryrefslogtreecommitdiff
path: root/plugins/profinet/packet-dcom-cba-acco.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-12-12 21:40:35 +0000
committerBill Meier <wmeier@newsguy.com>2012-12-12 21:40:35 +0000
commit53eccd2b406f798383679f46f6785e1e4bc6de28 (patch)
tree8f2fa2aaf5230e182989a72a4eb55107ccf32f79 /plugins/profinet/packet-dcom-cba-acco.h
parent708e463c471f557702c94607b8e8136c797e7e8c (diff)
downloadwireshark-53eccd2b406f798383679f46f6785e1e4bc6de28.tar.gz
General cleanup:
- Don't call expert...() under 'if (tree)'; - Make some functions static; - Localize some variables; remove some uneeded initializers; - Reformat some hf[] entries; - Do whitespace fixes (including "4 space tabs"). svn path=/trunk/; revision=46523
Diffstat (limited to 'plugins/profinet/packet-dcom-cba-acco.h')
-rw-r--r--plugins/profinet/packet-dcom-cba-acco.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/profinet/packet-dcom-cba-acco.h b/plugins/profinet/packet-dcom-cba-acco.h
index 2786c3d295..37448d9a35 100644
--- a/plugins/profinet/packet-dcom-cba-acco.h
+++ b/plugins/profinet/packet-dcom-cba-acco.h
@@ -6,17 +6,17 @@
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
- *
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.