Fix formating

This commit is contained in:
Patrick Niklaus
2018-02-05 11:40:18 +00:00
committed by Patrick Niklaus
parent 71cfb03738
commit b4cfc8d6e0
22 changed files with 47 additions and 54 deletions
+1 -1
View File
@@ -83,8 +83,8 @@ inline unsigned generateServerProgramOptions(const int argc,
EngineConfig &config,
int &requested_thread_num)
{
using boost::program_options::value;
using boost::filesystem::path;
using boost::program_options::value;
const auto hardware_threads = std::max<int>(1, std::thread::hardware_concurrency());