clang-format

This commit is contained in:
gabime
2019-03-24 00:41:22 +02:00
parent 9971fd2864
commit 2f907e3a92
4 changed files with 23 additions and 30 deletions

View File

@@ -70,7 +70,7 @@ int main(int, char *[])
spdlog::shutdown();
}
// Exceptions will only be thrown upon failed logger or sink construction (not during logging).
// Exceptions will only be thrown upon failed logger or sink construction (not during logging).
catch (const spdlog::spdlog_ex &ex)
{
std::printf("Log initialization failed: %s\n", ex.what());