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 --- ui/traffic_table_ui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui/traffic_table_ui.h') diff --git a/ui/traffic_table_ui.h b/ui/traffic_table_ui.h index 87c1e9d148..f1f858fc12 100644 --- a/ui/traffic_table_ui.h +++ b/ui/traffic_table_ui.h @@ -6,7 +6,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 __CONVERSATION_UI_H__ #define __CONVERSATION_UI_H__ -- cgit v1.2.3