From: Tim Kientzle Date: Sun, 24 May 2009 01:06:48 +0000 (-0400) Subject: Break a long line. X-Git-Tag: v2.8.0~644 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0666f43fc0dc70f197515fdcae7c9efa95a696;p=thirdparty%2Flibarchive.git Break a long line. SVN-Revision: 1096 --- diff --git a/tar/getdate.c b/tar/getdate.c index 8df1e26fb..dca38dd64 100644 --- a/tar/getdate.c +++ b/tar/getdate.c @@ -219,7 +219,8 @@ datephrase(struct gdstate *gds) gds->Year = gds->tokenp[0].value; gds->Month = gds->tokenp[2].value; gds->Day = gds->tokenp[4].value; - } else if ((gds->tokenp[4].value >= 13) || (gds->tokenp[2].value >= 13)) { + } else if ((gds->tokenp[4].value >= 13) + || (gds->tokenp[2].value >= 13)) { /* Last number is big: 01/07/98 */ /* Middle number is big: 01/29/04 */ gds->Month = gds->tokenp[0].value;