From cc5e5bb43a6d0a31d7684ba04c058b430d4c7895 Mon Sep 17 00:00:00 2001 From: hogliux Date: Mon, 6 Mar 2017 09:11:02 +0000 Subject: [PATCH] Made sure that whitespace clean-up tool can clean it's own code --- extras/Projucer/Source/Application/jucer_CommandLine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Projucer/Source/Application/jucer_CommandLine.cpp b/extras/Projucer/Source/Application/jucer_CommandLine.cpp index 8a3136a37e..ad29399e1d 100644 --- a/extras/Projucer/Source/Application/jucer_CommandLine.cpp +++ b/extras/Projucer/Source/Application/jucer_CommandLine.cpp @@ -359,7 +359,7 @@ namespace { const String content (file.loadFileAsString()); - if (content.contains ("%%") && content.contains ("//[")) + if (content.contains ("%""%") && content.contains ("//[")) return; // ignore projucer GUI template files StringArray lines;