1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-01 08:56:32 -05:00

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