Fix c++ formatting

This commit is contained in:
Michael Krasnyk
2017-01-03 22:11:59 +01:00
committed by Moritz Kobitzsch
parent 2640a319c1
commit 24ab71a346
12 changed files with 22 additions and 27 deletions
+1 -1
View File
@@ -373,7 +373,7 @@ catch (const std::bad_alloc &e)
util::Log(logWARNING) << "Please provide more memory or consider using a larger swapfile";
return EXIT_FAILURE;
}
catch (const std::exception& e)
catch (const std::exception &e)
{
std::cerr << "[exception] " << e.what();
return EXIT_FAILURE;