1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-31 03:00:05 +00:00

Whitespace.

This commit is contained in:
Timur Doumler 2016-04-07 09:26:03 +01:00
parent 9066ed4d59
commit 24f05c405a
2 changed files with 746 additions and 746 deletions

View file

@ -447,11 +447,11 @@ struct EnableBuildComp : public Component
Component* ProjectContentComponent::createBuildTab (CompileEngineChildProcess* child)
{
#if JUCE_WINDOWS
ignoreUnused(child);
ignoreUnused (child);
return new ProjucerDisabledComp ("Windows support is still under development - "
"please check for updates at www.juce.com!", false);
#elif JUCE_LINUX
ignoreUnused(child);
ignoreUnused (child);
return new ProjucerDisabledComp ("Linux support is still under development - "
"please check for updates at www.juce.com!", false);
#else