From: Karel Zak Date: Wed, 19 Oct 2022 09:24:30 +0000 (+0200) Subject: libblkid: cleanup indentation X-Git-Tag: v2.39-rc1~475 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7471d8b3d4e796eee8ae041e5cbb55c5619318e;p=thirdparty%2Futil-linux.git libblkid: cleanup indentation Signed-off-by: Karel Zak --- diff --git a/libblkid/src/superblocks/jmicron_raid.c b/libblkid/src/superblocks/jmicron_raid.c index 9ef8cd3f86..ab2c829f0a 100644 --- a/libblkid/src/superblocks/jmicron_raid.c +++ b/libblkid/src/superblocks/jmicron_raid.c @@ -17,10 +17,10 @@ #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 */