whitespace fixes. no code changes
This commit is contained in:
@@ -532,7 +532,7 @@ config FEATURE_VOLUMEID_SYSV
|
||||
### depends on VOLUMEID
|
||||
### help
|
||||
### TODO
|
||||
###
|
||||
###
|
||||
### config FEATURE_VOLUMEID_MSDOS
|
||||
### bool "msdos filesystem"
|
||||
### default n
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user