]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: cleanup indentation
authorKarel Zak <kzak@redhat.com>
Wed, 19 Oct 2022 09:24:30 +0000 (11:24 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 19 Oct 2022 09:24:30 +0000 (11:24 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/src/superblocks/jmicron_raid.c

index 9ef8cd3f8625d3ffd088fe44759def123ec903e2..ab2c829f0a4eba5b84d6853eba9addcd9fb45aab 100644 (file)
 #include "superblocks.h"
 
 #define JM_SIGNATURE           "JM"
-#define        JM_MINOR_VERSION(_x)    ((_x)->version & 0xFF)
-#define        JM_MAJOR_VERSION(_x)    ((_x)->version >> 8)
-#define        JM_SPARES       2
-#define        JM_MEMBERS      8
+#define JM_MINOR_VERSION(_x)   ((_x)->version & 0xFF)
+#define JM_MAJOR_VERSION(_x)   ((_x)->version >> 8)
+#define JM_SPARES              2
+#define JM_MEMBERS             8
 
 struct jm_metadata {
        int8_t          signature[2];   /* 0x0 - 0x01 */