lots of silly indent fixes
This commit is contained in:
parent
cf94446af7
commit
9275814a9e
12 changed files with 143 additions and 144 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue