diff options
author | Colin Walters <walters@verbum.org> | 2023-05-03 08:24:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 08:24:21 -0400 |
commit | 8a2993a9d01cc358e4c2d936ca132174aabdc714 (patch) | |
tree | 5402001ab710dadfd51ba3e9071b044016030e3e /rust-bindings/sys/tests/manual.h | |
parent | dd70c9b78cc34ccc7e638eda4c2df1ddd8ee3add (diff) | |
parent | c1044a02b28982ef6dd58af98b23a40482d26487 (diff) | |
download | ostree-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.h | 6 |
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 |