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/mdev.c | |
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/mdev.c')
-rw-r--r-- | util-linux/mdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |