summaryrefslogtreecommitdiff
path: root/tests/test-libarchive-import.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-libarchive-import.c')
-rw-r--r--tests/test-libarchive-import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libarchive-import.c b/tests/test-libarchive-import.c
index 716aa306..a89fcc24 100644
--- a/tests/test-libarchive-import.c
+++ b/tests/test-libarchive-import.c
@@ -54,7 +54,7 @@ test_data_init (TestData *td)
g_assert_no_error (error);
g_assert (td->fd >= 0);
-
+
g_assert_cmpint (0, ==, archive_write_set_format_pax (a));
g_assert_cmpint (0, ==, archive_write_add_filter_gzip (a));
g_assert_cmpint (0, ==, archive_write_open_fd (a, td->fd));