Skip to content

Commit

Permalink
Remove superfluous space
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksei Fedotov <[email protected]>
  • Loading branch information
pavelkumbrasev and aleksei-fedotov authored Jun 24, 2024
1 parent 38841f9 commit af785df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oneapi/tbb/task_group.h
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ class task_group_base : no_copy {
task_group_status wait() {
bool cancellation_status = false;
try_call([&] {
d1::wait( m_wait_vertex.get_context(), context());
d1::wait(m_wait_vertex.get_context(), context());
}).on_completion([&] {
// TODO: the reset method is not thread-safe. Ensure the correct behavior.
cancellation_status = m_context.is_group_execution_cancelled();
Expand Down

0 comments on commit af785df

Please sign in to comment.