From: Tim Kientzle Date: Mon, 24 Dec 2012 20:54:09 +0000 (-0800) Subject: Style: Whitespace around '=' X-Git-Tag: v3.1.0~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e71a61e004b8535a84a90607edf4abdfa266d6e;p=thirdparty%2Flibarchive.git Style: Whitespace around '=' --- diff --git a/libarchive/archive_read.c b/libarchive/archive_read.c index 12b08af61..c569a63fe 100644 --- a/libarchive/archive_read.c +++ b/libarchive/archive_read.c @@ -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) {