mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-05 12:21:43 +02:00
Reformat code
This commit is contained in:
parent
a47849a571
commit
0341174d5d
3 changed files with 2 additions and 5 deletions
|
@ -72,7 +72,7 @@ static int stoi(const std::string& str, int def)
|
|||
{
|
||||
return cpt::stoi(str);
|
||||
}
|
||||
catch(...)
|
||||
catch (...)
|
||||
{
|
||||
return def;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue