formatting

This commit is contained in:
ilonachan 2024-03-25 19:25:11 +01:00 committed by Fijxu
parent 876d7f90b6
commit 040893da00

View file

@ -171,7 +171,7 @@ const char* GetLogClassName(Class log_class) {
#define SUB(x, y) \
case Class::x##_##y: \
return #x "." #y;
// return #x "_" #y;
// return #x "_" #y;
ALL_LOG_CLASSES()
#undef CLS
#undef SUB