mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
astyle
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -61,8 +61,10 @@ should not be interpreted as representing official policies, either expressed or
|
||||
|
||||
|
||||
#include <atomic>
|
||||
namespace spdlog {
|
||||
namespace details {
|
||||
namespace spdlog
|
||||
{
|
||||
namespace details
|
||||
{
|
||||
template<typename T>
|
||||
class mpsc_q
|
||||
{
|
||||
|
@@ -429,7 +429,7 @@ inline void spdlog::pattern_formatter::handle_flag(char flag)
|
||||
{
|
||||
switch (flag)
|
||||
{
|
||||
// logger name
|
||||
// logger name
|
||||
case 'n':
|
||||
_formatters.push_back(std::unique_ptr<details::flag_formatter>(new details::name_formatter()));
|
||||
break;
|
||||
|
Reference in New Issue
Block a user