diff --git a/Code/Mantid/Framework/Kernel/src/ThreadPool.cpp b/Code/Mantid/Framework/Kernel/src/ThreadPool.cpp index 884ee007138b..433796ee1e6e 100644 --- a/Code/Mantid/Framework/Kernel/src/ThreadPool.cpp +++ b/Code/Mantid/Framework/Kernel/src/ThreadPool.cpp @@ -65,7 +65,7 @@ namespace Kernel */ size_t ThreadPool::getNumPhysicalCores() { - return Poco::Environment::processorCount(); + return Poco::Environment::processorCount(); } //-------------------------------------------------------------------------------- diff --git a/Code/Mantid/scripts/test/IndirectCommonTests.py b/Code/Mantid/scripts/test/IndirectCommonTests.py index 24977e0d054b..6b047e3916bb 100644 --- a/Code/Mantid/scripts/test/IndirectCommonTests.py +++ b/Code/Mantid/scripts/test/IndirectCommonTests.py @@ -430,4 +430,4 @@ def load_instrument(self, ws, instrument, analyser='graphite', reflection='002') if __name__=="__main__": - unittest.main() + unittest.main() \ No newline at end of file