8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00
This commit is contained in:
Adriano dos Santos Fernandes 2020-05-18 09:03:35 -03:00 committed by GitHub
parent 2f38aefca9
commit 976d2bede3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,8 +166,8 @@ int main(int argc, const char* argv[])
{
return run(argc, argv);
}
catch(const exception& e)
catch (const exception& e)
{
std::cerr << e.what() << '\n';
cerr << e.what() << '\n';
}
}