whitespace fixes (leading spaces to tab)
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c
index e2341ce..4e93651 100644
--- a/util-linux/fsck_minix.c
+++ b/util-linux/fsck_minix.c
@@ -155,7 +155,7 @@
 /* gcc likes this more (code is smaller) than macro variant */
 static ATTRIBUTE_ALWAYS_INLINE unsigned div_roundup(unsigned size, unsigned n)
 {
-        return (size + n-1) / n;
+	return (size + n-1) / n;
 }
 
 #if ENABLE_FEATURE_MINIX2