1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +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;

View file

@ -156,7 +156,7 @@ public:
@param numberOfThreads the number of threads to run. These will be started
immediately, and will run until the pool is deleted.
@param threadStackSize the size of the stack of each thread. If this value
is zero then the default stack size of the OS will
is zero then the default stack size of the OS will
be used.
*/
ThreadPool (int numberOfThreads, size_t threadStackSize = 0);