Browse Source

Whitespace clean-up

tags/2021-05-28
hogliux 9 years ago
parent
commit
b5ef6d7e37
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      extras/Projucer/Source/Project/jucer_ProjectContentComponent.cpp
  2. +1
    -1
      modules/juce_core/threads/juce_ThreadPool.h

+ 2
- 2
extras/Projucer/Source/Project/jucer_ProjectContentComponent.cpp 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;


+ 1
- 1
modules/juce_core/threads/juce_ThreadPool.h 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);


Loading…
Cancel
Save