lots of silly indent fixes

This commit is contained in:
Denis Vlasenko 2006-10-03 19:56:34 +00:00
parent cf94446af7
commit 9275814a9e
12 changed files with 143 additions and 144 deletions

View file

@ -250,7 +250,7 @@ int mdev_main(int argc, char *argv[])
} else {
action = getenv("ACTION");
env_path = getenv("DEVPATH");
if (!action || !env_path)
if (!action || !env_path)
bb_show_usage();
sprintf(temp, "/sys%s", env_path);