1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00

Whitespace

This commit is contained in:
jules 2015-05-05 12:19:52 +01:00
parent 0860061fd9
commit 1952ed195e
5 changed files with 882 additions and 882 deletions

View file

@ -507,7 +507,7 @@ static bool fileTargetMatches (ProjectExporter& exporter, const String& target)
return exporterTargetMatches ("android", target);
if (exporter.isCodeBlocksWindows())
return exporterTargetMatches ("mingw", target);
return target.isEmpty();
}