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 --- capchild/capture_ifinfo.c | 3 ++- capchild/capture_session.h | 3 ++- capchild/capture_sync.c | 3 ++- capchild/capture_sync.h | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'capchild') diff --git a/capchild/capture_ifinfo.c b/capchild/capture_ifinfo.c index e67cf35af2..a60fe6fb5d 100644 --- a/capchild/capture_ifinfo.c +++ b/capchild/capture_ifinfo.c @@ -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 + */ #include "config.h" diff --git a/capchild/capture_session.h b/capchild/capture_session.h index bdf1af362d..111257d467 100644 --- a/capchild/capture_session.h +++ b/capchild/capture_session.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 __CAPCHILD_CAPTURE_SESSION_H__ #define __CAPCHILD_CAPTURE_SESSION_H__ diff --git a/capchild/capture_sync.c b/capchild/capture_sync.c index 1dc12b35d0..06232e4ea6 100644 --- a/capchild/capture_sync.c +++ b/capchild/capture_sync.c @@ -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 + */ #include "config.h" diff --git a/capchild/capture_sync.h b/capchild/capture_sync.h index 6f419cc9dc..2da20e4864 100644 --- a/capchild/capture_sync.h +++ b/capchild/capture_sync.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 + */ /** @file -- cgit v1.2.3