clang-format

This commit is contained in:
gabime
2019-03-23 16:39:32 +02:00
parent 9ea6079072
commit 6b0bf33f8e
8 changed files with 183 additions and 191 deletions

View File

@@ -69,7 +69,7 @@ TEST_CASE("rotating_file_logger2", "[rotating_logger]]")
logger->info("Test message {}", i);
}
// drop causes the logger destructor to be called, which is required so the
// next logger can rename the first output file.
// next logger can rename the first output file.
spdlog::drop(logger->name());
}