Apply clang-format again
This commit is contained in:
@@ -85,7 +85,7 @@ return_code parseArguments(int argc, char *argv[], contractor::ContractorConfig
|
||||
.run(),
|
||||
option_variables);
|
||||
}
|
||||
catch(boost::program_options::error& e)
|
||||
catch (boost::program_options::error &e)
|
||||
{
|
||||
util::SimpleLogger().Write(logWARNING) << "[error] " << e.what();
|
||||
return return_code::fail;
|
||||
|
||||
@@ -130,7 +130,7 @@ inline unsigned generateServerProgramOptions(const int argc,
|
||||
.run(),
|
||||
option_variables);
|
||||
}
|
||||
catch(boost::program_options::error& e)
|
||||
catch (boost::program_options::error &e)
|
||||
{
|
||||
util::SimpleLogger().Write(logWARNING) << "[error] " << e.what();
|
||||
return INIT_FAILED;
|
||||
|
||||
Reference in New Issue
Block a user