]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Style: Whitespace around '='
authorTim Kientzle <kientzle@acm.org>
Mon, 24 Dec 2012 20:54:09 +0000 (12:54 -0800)
committerTim Kientzle <kientzle@acm.org>
Mon, 24 Dec 2012 20:54:09 +0000 (12:54 -0800)
libarchive/archive_read.c

index 12b08af61bdd734df7b7cfafd1af472653e32b17..c569a63fe35ef389358a5c88a9c08f9e2cccbca6 100644 (file)
@@ -470,7 +470,7 @@ archive_read_open1(struct archive *_a)
 
        /* Open data source. */
        if (a->client.opener != NULL) {
-               e =(a->client.opener)(&a->archive, a->client.dataset[0].data);
+               e = (a->client.opener)(&a->archive, a->client.dataset[0].data);
                if (e != 0) {
                        /* If the open failed, call the closer to clean up. */
                        if (a->client.closer) {