]> git.ipfire.org Git - pakfire.git/commitdiff
tests: archive: Fix whitespace error
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Aug 2022 14:46:46 +0000 (14:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Aug 2022 14:46:46 +0000 (14:46 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
tests/libpakfire/archive.c

index 46dd1f57a6a55287378fb2ad0f9fa709428b0009..e4c520ab1c4fd2c3b283d467d48a24d2601a8f91 100644 (file)
@@ -263,7 +263,7 @@ static int test_import(const struct test* t) {
 FAIL:
        if (repo)
                pakfire_repo_unref(repo);
-       if (package)    
+       if (package)
                pakfire_package_unref(package);
        if (archive)
                pakfire_archive_unref(archive);