aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-04-22 00:16:29 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-04-22 00:16:29 +0000
commit1f228985b27602f94ff973d50e276220887df6a3 (patch)
tree5715edba638603b3815dc8700c88c2c0395b2b16 /util-linux
parent5d89fbaa2e00a8a26e530306d76b78bf91d12ec8 (diff)
downloadbusybox-1f228985b27602f94ff973d50e276220887df6a3.tar.gz
whitespace fixes. no code changes
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Config.in2
-rw-r--r--util-linux/mdev.c2
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) {