chpasswd: fix indentation
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 21 Jul 2007 22:29:26 +0000 (22:29 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 21 Jul 2007 22:29:26 +0000 (22:29 -0000)
loginutils/chpasswd.c

index 1f823179f82613ba2c46233fd42bb8ab53c28a85..f91ebdc681479e1e5b8bcda1ee0770ab78b3eff8 100644 (file)
@@ -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);