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-w32-1f228985b27602f94ff973d50e276220887df6a3.tar.gz busybox-w32-1f228985b27602f94ff973d50e276220887df6a3.tar.bz2 busybox-w32-1f228985b27602f94ff973d50e276220887df6a3.zip |
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 | |||
532 | ### depends on VOLUMEID | 532 | ### depends on VOLUMEID |
533 | ### help | 533 | ### help |
534 | ### TODO | 534 | ### TODO |
535 | ### | 535 | ### |
536 | ### config FEATURE_VOLUMEID_MSDOS | 536 | ### config FEATURE_VOLUMEID_MSDOS |
537 | ### bool "msdos filesystem" | 537 | ### bool "msdos filesystem" |
538 | ### default n | 538 | ### 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) | |||
171 | s = val; | 171 | s = val; |
172 | while (*s && *s++ == '%') | 172 | while (*s && *s++ == '%') |
173 | n++; | 173 | n++; |
174 | 174 | ||
175 | p = alias = xzalloc(strlen(val) + n * strlen(device_name)); | 175 | p = alias = xzalloc(strlen(val) + n * strlen(device_name)); |
176 | s = val + 1; | 176 | s = val + 1; |
177 | while (*s) { | 177 | while (*s) { |