summaryrefslogtreecommitdiff
path: root/tests/libostreetest.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libostreetest.h')
-rw-r--r--tests/libostreetest.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/libostreetest.h b/tests/libostreetest.h
index aacfe5ef..e593ac13 100644
--- a/tests/libostreetest.h
+++ b/tests/libostreetest.h
@@ -28,16 +28,12 @@ G_BEGIN_DECLS
gboolean ot_test_run_libtest (const char *cmd, GError **error);
-OstreeRepo *ot_test_setup_repo (GCancellable *cancellable,
- GError **error);
+OstreeRepo *ot_test_setup_repo (GCancellable *cancellable, GError **error);
-gboolean ot_check_relabeling (gboolean *can_relabel,
- GError **error);
+gboolean ot_check_relabeling (gboolean *can_relabel, GError **error);
-gboolean ot_check_user_xattrs (gboolean *has_user_xattrs,
- GError **error);
+gboolean ot_check_user_xattrs (gboolean *has_user_xattrs, GError **error);
-OstreeSysroot *ot_test_setup_sysroot (GCancellable *cancellable,
- GError **error);
+OstreeSysroot *ot_test_setup_sysroot (GCancellable *cancellable, GError **error);
G_END_DECLS