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-pcap-util-int.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'caputils/capture-pcap-util-int.h') diff --git a/caputils/capture-pcap-util-int.h b/caputils/capture-pcap-util-int.h index 7d892c5c53..29105ea4c5 100644 --- a/caputils/capture-pcap-util-int.h +++ b/caputils/capture-pcap-util-int.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 __PCAP_UTIL_INT_H__ #define __PCAP_UTIL_INT_H__ -- cgit v1.2.3