re-indent.

This commit is contained in:
nekral-guest 2009-05-22 13:32:26 +00:00
parent 1b9b5ec306
commit e9a8ffbb51

View File

@ -526,7 +526,7 @@ static char *update_crypt_pw (char *cp)
} else { } else {
cp++; cp++;
} }
} }
if (lflg && *cp != '!') { if (lflg && *cp != '!') {
char *newpw = xmalloc (strlen (cp) + 2); char *newpw = xmalloc (strlen (cp) + 2);