mirror of
https://github.com/shadow-maint/shadow.git
synced 2026-01-26 22:12:26 +00:00
passwd: Fix style
No functional change Reviewed-by: Alejandro Colomar <alx@kernel.org> Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
This commit is contained in:
parent
cb1f101d78
commit
1229582881
16
src/passwd.c
16
src/passwd.c
@ -128,16 +128,16 @@ static bool do_update_pwd = false;
|
||||
*/
|
||||
|
||||
/* local function prototypes */
|
||||
NORETURN static void usage (int);
|
||||
NORETURN static void usage(int);
|
||||
|
||||
static int new_password (const struct passwd *);
|
||||
static int new_password(const struct passwd *);
|
||||
|
||||
static void check_password (const struct passwd *, const struct spwd *);
|
||||
static /*@observer@*/const char *pw_status (const char *);
|
||||
static void print_status (const struct passwd *);
|
||||
NORETURN static void fail_exit (int, bool);
|
||||
NORETURN static void oom (bool process_selinux);
|
||||
static char *update_crypt_pw (char *, bool);
|
||||
static void check_password(const struct passwd *, const struct spwd *);
|
||||
static /*@observer@*/const char *pw_status(const char *);
|
||||
static void print_status(const struct passwd *);
|
||||
NORETURN static void fail_exit(int, bool);
|
||||
NORETURN static void oom(bool);
|
||||
static char *update_crypt_pw(char *, bool);
|
||||
static void update_noshadow(bool);
|
||||
static void update_shadow(bool);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user