mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-31 03:00:05 +00:00
Whitespace.
This commit is contained in:
parent
9066ed4d59
commit
24f05c405a
2 changed files with 746 additions and 746 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue