whitespace fixes. no code changes
This commit is contained in:
parent
5d89fbaa2e
commit
1f228985b2
9 changed files with 30 additions and 30 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue