aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cups.c
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 /epan/dissectors/packet-cups.c
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 'epan/dissectors/packet-cups.c')
-rw-r--r--epan/dissectors/packet-cups.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/epan/dissectors/packet-cups.c b/epan/dissectors/packet-cups.c
index e304998fef..e8d9c3791d 100644
--- a/epan/dissectors/packet-cups.c
+++ b/epan/dissectors/packet-cups.c
@@ -1,13 +1,13 @@
/* packet-cups.c
-* Routines for Common Unix Printing System (CUPS) Browsing Protocol
-* packet disassembly for the Wireshark network traffic analyzer.
-*
-* Charles Levert <charles@comm.polymtl.ca>
-* Copyright 2001 Charles Levert
-*
-* SPDX-License-Identifier: GPL-2.0-or-later
-*
-*/
+ * Routines for Common Unix Printing System (CUPS) Browsing Protocol
+ * packet disassembly for the Wireshark network traffic analyzer.
+ *
+ * Charles Levert <charles@comm.polymtl.ca>
+ * Copyright 2001 Charles Levert
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
+ */
#include "config.h"