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

@@ -16,7 +16,8 @@
#include <string>
#include <syslog.h>
namespace spdlog { namespace sinks {
namespace spdlog {
namespace sinks {
/**
* Sink that write to syslog using the `syscall()` library call.
*
@@ -69,6 +70,7 @@ private:
return _priorities[static_cast<size_t>(msg.level)];
}
};
}} // namespace spdlog::sinks
} // namespace sinks
} // namespace spdlog
#endif