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

@@ -53,7 +53,9 @@
#define __has_feature(x) 0 // Compatibility with non-clang compilers.
#endif
namespace spdlog { namespace details { namespace os {
namespace spdlog {
namespace details {
namespace os {
inline spdlog::log_clock::time_point now()
{
@@ -445,4 +447,6 @@ inline bool in_terminal(FILE *file)
return isatty(fileno(file)) != 0;
#endif
}
}}} // namespace spdlog::details::os
} // namespace os
} // namespace details
} // namespace spdlog