]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
archive_read: Fix formatting
authorTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 9 Jul 2025 21:11:00 +0000 (23:11 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 9 Jul 2025 21:13:51 +0000 (23:13 +0200)
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
libarchive/archive_read.c

index ea58c6ed0123c479ab2767799f30fd9a0ac60f30..c9b9d5981516639357e873814eea77a8112c914a 100644 (file)
@@ -575,8 +575,7 @@ choose_filters(struct archive_read *a)
                        return (ARCHIVE_OK);
                }
 
-               filter
-                   = calloc(1, sizeof(*filter));
+               filter = calloc(1, sizeof(*filter));
                if (filter == NULL)
                        return (ARCHIVE_FATAL);
                filter->bidder = best_bidder;