mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
astyle
This commit is contained in:
parent
c5c6baad74
commit
8e0892fa31
@ -100,9 +100,13 @@ enum class async_overflow_policy
|
||||
//
|
||||
// Log exception
|
||||
//
|
||||
namespace details { namespace os {
|
||||
std::string errno_str(int err_num);
|
||||
}}
|
||||
namespace details
|
||||
{
|
||||
namespace os
|
||||
{
|
||||
std::string errno_str(int err_num);
|
||||
}
|
||||
}
|
||||
class spdlog_ex : public std::exception
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user