From 14720ace0666695a07c9e2394e14337476691e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Mon, 30 Apr 2018 09:47:58 +0200 Subject: Fix comment end after SPDX identifier Move */ to a separate line below the SPDX identifier. Change-Id: Id1032215449cfccae0933147b45e04b65e0b727f Reviewed-on: https://code.wireshark.org/review/27211 Reviewed-by: Anders Broman --- caputils/capture_ifinfo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'caputils/capture_ifinfo.h') diff --git a/caputils/capture_ifinfo.h b/caputils/capture_ifinfo.h index 8e42b64761..7ee447aa5c 100644 --- a/caputils/capture_ifinfo.h +++ b/caputils/capture_ifinfo.h @@ -5,7 +5,8 @@ * By Gerald Combs * Copyright 1998 Gerald Combs * - * SPDX-License-Identifier: GPL-2.0-or-later*/ + * SPDX-License-Identifier: GPL-2.0-or-later + */ #ifndef __CAPTURE_IFINFO_H__ #define __CAPTURE_IFINFO_H__ -- cgit v1.2.3