commit | 150f402b36197d822f8a7dd835231cd67b77e959 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sat Jan 13 21:06:21 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sat Jan 13 21:06:21 2007 +0000 |
tree | ddac0e3876f058e0070dc497902994583517f879 | |
parent | 2418288cac34272d99dc8b9f46a74163eff5ea2c [diff] [blame] |
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