From bd7646eede0a545d598cfe2d0531d8d5644c3bf6 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 9 May 2021 10:05:50 +1000 Subject: Add @file comments to follow convention. Fix incorrect filename comments. Normalize Qt code to use #endif /* X */ insetad of #endif // X. --- qt/ScintillaEditBase/PlatQt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/ScintillaEditBase/PlatQt.cpp') diff --git a/qt/ScintillaEditBase/PlatQt.cpp b/qt/ScintillaEditBase/PlatQt.cpp index 286441be9..ee4d7be80 100644 --- a/qt/ScintillaEditBase/PlatQt.cpp +++ b/qt/ScintillaEditBase/PlatQt.cpp @@ -1,4 +1,4 @@ -// +// @file PlatQt.cpp // Copyright (c) 1990-2011, Scientific Toolworks, Inc. // // The License.txt file describes the conditions under which this software may be distributed. -- cgit v1.2.3