Reformat code

This commit is contained in:
badaix 2019-12-01 22:06:50 +01:00
parent a47849a571
commit 0341174d5d
3 changed files with 2 additions and 5 deletions

View file

@ -72,7 +72,7 @@ static int stoi(const std::string& str, int def)
{
return cpt::stoi(str);
}
catch(...)
catch (...)
{
return def;
}