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:
parent
6f6d0af2b8
commit
b5ef6d7e37
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue