clang-format

This commit is contained in:
gabime
2019-06-18 17:05:27 +03:00
parent 38888ba5b3
commit 78c833a09f
8 changed files with 208 additions and 223 deletions

View File

@@ -346,11 +346,10 @@ protected:
void err_handler_(const std::string &msg);
};
void swap(logger& a, logger& b);
void swap(logger &a, logger &b);
} // namespace spdlog
#ifdef SPDLOG_HEADER_ONLY
#include "logger-inl.h"
#endif