From: Colin Percival Date: Tue, 16 Aug 2011 05:12:12 +0000 (-0400) Subject: Fix whitespace. X-Git-Tag: v3.0.0a~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c272e049f041946e5cc82e5a4aefbce69d8a4bb4;p=thirdparty%2Flibarchive.git Fix whitespace. Via: Tarsnap SVN-Revision: 3618 --- diff --git a/libarchive/archive_read_support_format_tar.c b/libarchive/archive_read_support_format_tar.c index 65fedff6e..4f934b465 100644 --- a/libarchive/archive_read_support_format_tar.c +++ b/libarchive/archive_read_support_format_tar.c @@ -1035,7 +1035,7 @@ read_body_to_string(struct archive_read *a, struct tar *tar, tar_flush_unconsumed(a, unconsumed); - /* Read the body into the string. */ + /* Read the body into the string. */ *unconsumed = (size + 511) & ~ 511; src = __archive_read_ahead(a, *unconsumed, NULL); if (src == NULL) {