diff options
author | Denis Vlasenko | 2008-04-22 00:16:29 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-04-22 00:16:29 +0000 |
commit | 1f228985b27602f94ff973d50e276220887df6a3 (patch) | |
tree | 5715edba638603b3815dc8700c88c2c0395b2b16 /util-linux | |
parent | 5d89fbaa2e00a8a26e530306d76b78bf91d12ec8 (diff) | |
download | busybox-1f228985b27602f94ff973d50e276220887df6a3.zip 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 8b5bf75..c30091a 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 9d77f6a..9d37b6c 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) { |