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

Whitespace clean-up

This commit is contained in:
hogliux 2016-11-02 14:01:12 +00:00
parent 6f6d0af2b8
commit b5ef6d7e37
2 changed files with 3 additions and 3 deletions

View file

@ -563,8 +563,8 @@ Component* ProjectContentComponent::createBuildTab (CompileEngineChildProcess* c
return new EnableBuildComp();
}
Component* ProjectContentComponent::createDisabledBuildTabSubscribe(String textPrefix,
bool loggedIn, bool dllPresent)
Component* ProjectContentComponent::createDisabledBuildTabSubscribe (String textPrefix,
bool loggedIn, bool dllPresent)
{
bool showSubscribeButton = true;
bool showSignInButton = dllPresent && ! loggedIn;