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. --- cocoa/ScintillaTest/AppController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa') diff --git a/cocoa/ScintillaTest/AppController.mm b/cocoa/ScintillaTest/AppController.mm index e7f96ed7d..97c75945f 100644 --- a/cocoa/ScintillaTest/AppController.mm +++ b/cocoa/ScintillaTest/AppController.mm @@ -1,5 +1,5 @@ /** - * AppController.m + * AppController.mm * ScintillaTest * * Created by Mike Lischke on 01.04.09. -- cgit v1.2.3