passwd: fix function def style

This commit is contained in:
sin 2016-04-24 17:46:53 +01:00
parent 5b16e8a4eb
commit fa7ae96e0f
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ cleanup:
return r;
}
static
int pw_write_file(FILE *fp, const struct passwd *pw, char *pwhash) {
static int
pw_write_file(FILE *fp, const struct passwd *pw, char *pwhash) {
struct passwd *pwent;
int r = -1, w = 0;
FILE *tfp = NULL;