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:
parent
52fdb2bb3f
commit
cc5e5bb43a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue