]> git.ipfire.org Git - pakfire.git/commitdiff
libpakfire: Remove extra whitespace
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 9 Mar 2019 18:18:20 +0000 (18:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 9 Mar 2019 18:18:20 +0000 (18:18 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/archive.c

index 54cf977d901edbac4507ec878cd795c41b45d35a..31b956476238aa32b77eb7482c478216b4928e38 100644 (file)
@@ -84,7 +84,7 @@ struct payload_archive_data {
 
 static void configure_archive(struct archive* a) {
        archive_read_support_filter_all(a);
-       archive_read_support_format_all(a);     
+       archive_read_support_format_all(a);
 }
 
 static int archive_open(PakfireArchive archive, struct archive** a) {