]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix whitespace.
authorColin Percival <cperciva@daemonology.net>
Tue, 16 Aug 2011 05:12:12 +0000 (01:12 -0400)
committerColin Percival <cperciva@daemonology.net>
Tue, 16 Aug 2011 05:12:12 +0000 (01:12 -0400)
Via: Tarsnap

SVN-Revision: 3618

libarchive/archive_read_support_format_tar.c

index 65fedff6e643f4ec45484beefd0eeb0d1f374579..4f934b465b2db23a591cdcd055f262239b8a0eaf 100644 (file)
@@ -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) {