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

@@ -20,7 +20,8 @@
#define SPDLOG_ANDROID_RETRIES 2
#endif
namespace spdlog { namespace sinks {
namespace spdlog {
namespace sinks {
/*
* Android sink (logging using __android_log_write)
@@ -84,6 +85,7 @@ private:
bool _use_raw_msg;
};
}} // namespace spdlog::sinks
} // namespace sinks
} // namespace spdlog
#endif