formatting

This commit is contained in:
gabime
2018-03-17 12:47:46 +02:00
parent c739e68021
commit 56e4a201ec
23 changed files with 98 additions and 48 deletions

View File

@@ -11,7 +11,8 @@
#include <string>
#include <utility>
namespace spdlog { namespace details {
namespace spdlog {
namespace details {
struct log_msg
{
log_msg() = default;
@@ -40,4 +41,5 @@ struct log_msg
fmt::MemoryWriter formatted;
size_t msg_id{0};
};
}} // namespace spdlog::details
} // namespace details
} // namespace spdlog