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

@@ -22,7 +22,8 @@
#include <string>
#include <unordered_map>
namespace spdlog { namespace details {
namespace spdlog {
namespace details {
template<class Mutex>
class registry_t
{
@@ -232,4 +233,5 @@ using registry = registry_t<spdlog::details::null_mutex>;
using registry = registry_t<std::mutex>;
#endif
}} // namespace spdlog::details
} // namespace details
} // namespace spdlog