Skip to content

Commit

Permalink
Refs #10246 removed extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsteve committed Sep 25, 2014
1 parent 933a154 commit d7eb7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Kernel/src/ThreadPool.cpp
Expand Up @@ -65,7 +65,7 @@ namespace Kernel
*/
size_t ThreadPool::getNumPhysicalCores()
{
return Poco::Environment::processorCount();
return Poco::Environment::processorCount();
}

//--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/test/IndirectCommonTests.py
Expand Up @@ -430,4 +430,4 @@ def load_instrument(self, ws, instrument, analyser='graphite', reflection='002')


if __name__=="__main__":
unittest.main()
unittest.main()

0 comments on commit d7eb7e9

Please sign in to comment.