Minor style cleanups.

Remove extraneous break after return statement.
Convert two old K&R function declarations.
This commit is contained in:
Todd C. Miller
2019-12-13 19:27:38 -07:00
parent 718e6997fc
commit 3ec23ad5e1
3 changed files with 2 additions and 10 deletions

View File

@@ -101,9 +101,7 @@ sudo_secureware_verify(struct passwd *pw, char *pass, sudo_auth *auth, struct su
}
int
sudo_secureware_cleanup(pw, auth)
struct passwd *pw;
sudo_auth *auth;
sudo_secureware_cleanup(struct passwd *pw, sudo_auth *auth)
{
char *pw_epasswd = auth->data;
debug_decl(sudo_secureware_cleanup, SUDOERS_DEBUG_AUTH)