chiark / gitweb /
core: clean up some confusing regarding SI decimal and IEC binary suffixes for sizes
[elogind.git] / src / test / test-helper.h
index 92864edb54c0831a4bebbf88933919a9356e794c..f75dd3374ad3e674e4e4e5a468baa6f2bead9741 100644 (file)
@@ -24,8 +24,8 @@
 #include "sd-daemon.h"
 
 #define TEST_REQ_RUNNING_SYSTEMD(x)                                 \
-       if (sd_booted() > 0) {                                      \
-               x;                                                  \
+        if (sd_booted() > 0) {                                      \
+                x;                                                  \
         } else {                                                    \
                 printf("systemd not booted skipping '%s'\n", #x);   \
         }