From: nekral-guest Date: Fri, 22 May 2009 13:32:26 +0000 (+0000) Subject: re-indent. X-Git-Tag: 4.1.4.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9a8ffbb51eb15d91cf91a210905c025652d81d9;p=thirdparty%2Fshadow.git re-indent. --- diff --git a/src/passwd.c b/src/passwd.c index 64505ca65..4033951ff 100644 --- a/src/passwd.c +++ b/src/passwd.c @@ -526,7 +526,7 @@ static char *update_crypt_pw (char *cp) } else { cp++; } - } + } if (lflg && *cp != '!') { char *newpw = xmalloc (strlen (cp) + 2);