]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
macro: fix indentation
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 25 Oct 2022 18:28:08 +0000 (03:28 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 25 Oct 2022 18:28:08 +0000 (03:28 +0900)
src/fundamental/macro-fundamental.h

index 3e31d08931d6479f32af5b15c0f128c73a20921b..c11a5b15f46b790095ea7306e13dbfb022888c4f 100644 (file)
                 switch (x) {                                            \
                 FOR_EACH_MAKE_CASE(__VA_ARGS__)                         \
                         _found = true;                                  \
-                       break;                                           \
+                        break;                                          \
                 default:                                                \
                         break;                                          \
                 }                                                       \