summaryrefslogtreecommitdiff
path: root/rust-bindings/sys/tests/manual.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2023-05-03 08:24:21 -0400
committerGitHub <noreply@github.com>2023-05-03 08:24:21 -0400
commit8a2993a9d01cc358e4c2d936ca132174aabdc714 (patch)
tree5402001ab710dadfd51ba3e9071b044016030e3e /rust-bindings/sys/tests/manual.h
parentdd70c9b78cc34ccc7e638eda4c2df1ddd8ee3add (diff)
parentc1044a02b28982ef6dd58af98b23a40482d26487 (diff)
downloadostree-8a2993a9d01cc358e4c2d936ca132174aabdc714.tar.gz
Merge pull request #2565 from cgwalters/clang-format
Add .clang-format file + tree-wide: Run `clang-format`
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