mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
mdev: fix whitespace damage
This commit is contained in:
parent
cf575ca856
commit
ff9234948e
@ -273,7 +273,7 @@ static void make_device(char *path, int delete)
|
|||||||
|
|
||||||
/* move the device, and optionally
|
/* move the device, and optionally
|
||||||
* make a symlink to moved device node */
|
* make a symlink to moved device node */
|
||||||
if (rename(device_name, alias) == 0 && aliaslink == '>')
|
if (rename(device_name, alias) == 0 && aliaslink == '>')
|
||||||
symlink(alias, device_name);
|
symlink(alias, device_name);
|
||||||
|
|
||||||
free(alias);
|
free(alias);
|
||||||
|
Loading…
Reference in New Issue
Block a user