summaryrefslogtreecommitdiff
path: root/rust-bindings/sys/tests/manual.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2023-05-01 14:24:29 -0400
committerColin Walters <walters@verbum.org>2023-05-02 08:42:19 -0400
commit453aed97f688c606622562145fa1f7c10096ba14 (patch)
tree8059e3887665735f14b31a44402d5d578fcdd876 /rust-bindings/sys/tests/manual.h
parenta917813bb82b6ec7083da24064439b656971748d (diff)
downloadostree-453aed97f688c606622562145fa1f7c10096ba14.tar.gz
tree-wide: Run clang-format
This is a one-time tree wide reformatting to ensure consistency going forward.
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