whitespace cleanup

This commit is contained in:
Denis Vlasenko
2006-09-17 16:28:10 +00:00
parent a6127aacef
commit 9213a9e0f2
92 changed files with 218 additions and 218 deletions

View File

@@ -73,7 +73,7 @@ int sulogin_main(int argc, char **argv)
if (!(pwd = getpwuid(0))) {
goto auth_error;
}
}
if (ENABLE_FEATURE_SHADOWPASSWDS) {
if (!(spwd = getspnam(pwd->pw_name))) {
@@ -108,6 +108,6 @@ int sulogin_main(int argc, char **argv)
run_shell(pwd->pw_shell, 1, 0, 0);
/* never returns */
auth_error:
auth_error:
bb_error_msg_and_die("no password entry for `root'");
}