macro: fix indentation

This commit is contained in:
Yu Watanabe
2022-10-26 03:28:08 +09:00
parent 790f4dda74
commit e967926b09

View File

@@ -288,7 +288,7 @@
switch (x) { \
FOR_EACH_MAKE_CASE(__VA_ARGS__) \
_found = true; \
break; \
break; \
default: \
break; \
} \