Skip to content
Snippets Groups Projects
Commit f4b0d19f authored by jmcarcell's avatar jmcarcell
Browse files

Fix pre-commit

parent ef1821a0
No related branches found
No related tags found
1 merge request!1495Support oneTBB
......@@ -114,7 +114,7 @@ StatusCode ThreadPoolSvc::initPool( const int& poolSize ) {
Gaudi::Concurrency::ConcurrencyFlags::setNumThreads( m_threadPoolSize );
// Create the task arena to run all algorithms
m_arena.initialize(m_threadPoolSize + 1);
m_arena.initialize( m_threadPoolSize + 1 );
// Create the barrier for task synchronization at termination
// (here we increase the number of threads by one to account for calling thread)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment