aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-05-23 20:36:33 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-05-23 20:36:33 +0000
commitff9234948eac3925b8881ab0f05402e95a339f0f (patch)
tree230d42bf9f0e5383548b923b45cc3dff10c26fd9
parentcf575ca8561c53ef8299e9efcebb9dce96de2ff0 (diff)
downloadbusybox-w32-ff9234948eac3925b8881ab0f05402e95a339f0f.tar.gz
busybox-w32-ff9234948eac3925b8881ab0f05402e95a339f0f.tar.bz2
busybox-w32-ff9234948eac3925b8881ab0f05402e95a339f0f.zip
mdev: fix whitespace damage
-rw-r--r--util-linux/mdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mdev.c b/util-linux/mdev.c
index a4d6dfdf9..bf07aebb3 100644
--- a/util-linux/mdev.c
+++ b/util-linux/mdev.c
@@ -273,7 +273,7 @@ static void make_device(char *path, int delete)
273 273
274 /* move the device, and optionally 274 /* move the device, and optionally
275 * make a symlink to moved device node */ 275 * make a symlink to moved device node */
276 if (rename(device_name, alias) == 0 && aliaslink == '>') 276 if (rename(device_name, alias) == 0 && aliaslink == '>')
277 symlink(alias, device_name); 277 symlink(alias, device_name);
278 278
279 free(alias); 279 free(alias);