diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-22 00:16:29 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-22 00:16:29 +0000 |
commit | 1f228985b27602f94ff973d50e276220887df6a3 (patch) | |
tree | 5715edba638603b3815dc8700c88c2c0395b2b16 /util-linux | |
parent | 5d89fbaa2e00a8a26e530306d76b78bf91d12ec8 (diff) | |
download | busybox-1f228985b27602f94ff973d50e276220887df6a3.tar.gz |
whitespace fixes. no code changes
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Config.in | 2 | ||||
-rw-r--r-- | util-linux/mdev.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 8b5bf751c..c30091a7a 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -532,7 +532,7 @@ config FEATURE_VOLUMEID_SYSV ### depends on VOLUMEID ### help ### TODO -### +### ### config FEATURE_VOLUMEID_MSDOS ### bool "msdos filesystem" ### default n diff --git a/util-linux/mdev.c b/util-linux/mdev.c index 9d77f6a1f..9d37b6c90 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c @@ -171,7 +171,7 @@ static void make_device(char *path, int delete) s = val; while (*s && *s++ == '%') n++; - + p = alias = xzalloc(strlen(val) + n * strlen(device_name)); s = val + 1; while (*s) { |