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/qt/packet_comment_dialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui/qt/packet_comment_dialog.cpp') diff --git a/ui/qt/packet_comment_dialog.cpp b/ui/qt/packet_comment_dialog.cpp index fa111a9c57..5cb0fcbe9b 100644 --- a/ui/qt/packet_comment_dialog.cpp +++ b/ui/qt/packet_comment_dialog.cpp @@ -4,7 +4,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 "packet_comment_dialog.h" #include -- cgit v1.2.3