1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00

Made sure that whitespace clean-up tool can clean it's own code

This commit is contained in:
hogliux 2017-03-06 09:11:02 +00:00
parent 52fdb2bb3f
commit cc5e5bb43a

View file

@ -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;