formatting
This commit is contained in:
parent
876d7f90b6
commit
040893da00
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ const char* GetLogClassName(Class log_class) {
|
||||||
#define SUB(x, y) \
|
#define SUB(x, y) \
|
||||||
case Class::x##_##y: \
|
case Class::x##_##y: \
|
||||||
return #x "." #y;
|
return #x "." #y;
|
||||||
// return #x "_" #y;
|
// return #x "_" #y;
|
||||||
ALL_LOG_CLASSES()
|
ALL_LOG_CLASSES()
|
||||||
#undef CLS
|
#undef CLS
|
||||||
#undef SUB
|
#undef SUB
|
||||||
|
|
Loading…
Reference in a new issue