Skip to content
Snippets Groups Projects
Commit 040893da authored by ilonachan's avatar ilonachan Committed by Fijxu
Browse files

formatting

parent 876d7f90
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,7 @@ const char* GetLogClassName(Class log_class) { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment