From 845db2acf3cf7e87c20cee01dc228de6fad593ed Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 21 Jul 2007 22:29:26 +0000 Subject: chpasswd: fix indentation --- loginutils/chpasswd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loginutils') diff --git a/loginutils/chpasswd.c b/loginutils/chpasswd.c index 1f823179f..f91ebdc68 100644 --- a/loginutils/chpasswd.c +++ b/loginutils/chpasswd.c @@ -56,7 +56,7 @@ int chpasswd_main(int argc, char **argv) /* This is rather complex: if user is not found in /etc/shadow, * we try to find & change his passwd in /etc/passwd */ #if ENABLE_FEATURE_SHADOWPASSWDS - rc = update_passwd(bb_path_shadow_file, name, pass); + rc = update_passwd(bb_path_shadow_file, name, pass); if (rc == 0) /* no lines updated, no errors detected */ #endif rc = update_passwd(bb_path_passwd_file, name, pass); -- cgit v1.2.3