mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Whitespaces
This commit is contained in:
parent
08f1d243b2
commit
dbfbc38fe8
@ -690,14 +690,14 @@ void PipelineExecutor::executeImpl(size_t num_threads)
|
||||
bool finished_flag = false;
|
||||
|
||||
SCOPE_EXIT(
|
||||
if (!finished_flag)
|
||||
{
|
||||
finish();
|
||||
if (!finished_flag)
|
||||
{
|
||||
finish();
|
||||
|
||||
for (auto & thread : threads)
|
||||
if (thread.joinable())
|
||||
thread.join();
|
||||
}
|
||||
for (auto & thread : threads)
|
||||
if (thread.joinable())
|
||||
thread.join();
|
||||
}
|
||||
);
|
||||
|
||||
addChildlessProcessorsToStack(stack);
|
||||
|
Loading…
Reference in New Issue
Block a user