diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2018-04-30 21:55:30 +0200 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2018-05-01 06:55:55 +0000 |
commit | 488c831790405ac254ecbecb045c59b562cb4531 (patch) | |
tree | 5b908c4318d440d7f4dc9cd455130fd8eea56038 /caputils | |
parent | d25e7c8d91b46fc038f5dc9f64faf11927de0b06 (diff) | |
download | wireshark-488c831790405ac254ecbecb045c59b562cb4531.tar.gz wireshark-488c831790405ac254ecbecb045c59b562cb4531.tar.bz2 wireshark-488c831790405ac254ecbecb045c59b562cb4531.zip |
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 'caputils')
-rw-r--r-- | caputils/capture_win_ifnames.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/caputils/capture_win_ifnames.c b/caputils/capture_win_ifnames.c index 92b22b95d5..e36e39b407 100644 --- a/caputils/capture_win_ifnames.c +++ b/caputils/capture_win_ifnames.c @@ -1,13 +1,13 @@ /* capture_win_ifnames.c -* Routines supporting the use of Windows friendly interface names within Wireshark -* Copyright 2011-2012, Mike Garratt <wireshark@evn.co.nz> -* -* Wireshark - Network traffic analyzer -* By Gerald Combs <gerald@wireshark.org> -* Copyright 1998 Gerald Combs -* -* SPDX-License-Identifier: GPL-2.0-or-later -*/ + * Routines supporting the use of Windows friendly interface names within Wireshark + * Copyright 2011-2012, Mike Garratt <wireshark@evn.co.nz> + * + * 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" |