summaryrefslogtreecommitdiff
path: root/rust-bindings/sys/tests/manual.h
diff options
context:
space:
mode:
Diffstat (limited to 'rust-bindings/sys/tests/manual.h')
-rw-r--r--rust-bindings/sys/tests/manual.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/rust-bindings/sys/tests/manual.h b/rust-bindings/sys/tests/manual.h
index 0e2e16c3..15ce6fb4 100644
--- a/rust-bindings/sys/tests/manual.h
+++ b/rust-bindings/sys/tests/manual.h
@@ -3,7 +3,7 @@
// hack to build and test on versions of libostree < 2019.2
#if !OSTREE_CHECK_VERSION(2019, 2)
-# define OSTREE_REPO_LIST_REFS_EXT_EXCLUDE_MIRRORS 4
-# define OSTREE_REPO_REMOTE_CHANGE_REPLACE 4
-# define OSTREE_REPO_RESOLVE_REV_EXT_LOCAL_ONLY 1
+#define OSTREE_REPO_LIST_REFS_EXT_EXCLUDE_MIRRORS 4
+#define OSTREE_REPO_REMOTE_CHANGE_REPLACE 4
+#define OSTREE_REPO_RESOLVE_REV_EXT_LOCAL_ONLY 1
#endif