]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Break a long line.
authorTim Kientzle <kientzle@gmail.com>
Sun, 24 May 2009 01:06:48 +0000 (21:06 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 24 May 2009 01:06:48 +0000 (21:06 -0400)
SVN-Revision: 1096

tar/getdate.c

index 8df1e26fba779ce30ba855e4b35002ac60ce3841..dca38dd6489c17c8770361aba7a9c9924ad879c8 100644 (file)
@@ -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;