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:
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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue