From bc39ecc0385dd7e0cb9e1df84628e4c6dde34ab5 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 27 Aug 2024 11:14:38 +0200 Subject: Reformat code to comply with clang-format 18 ... while keeping our .clang-format file. --- test/utils/archive/archive_usage.test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/utils/archive/archive_usage.test.cpp') diff --git a/test/utils/archive/archive_usage.test.cpp b/test/utils/archive/archive_usage.test.cpp index 282c2425..fd33f7e0 100644 --- a/test/utils/archive/archive_usage.test.cpp +++ b/test/utils/archive/archive_usage.test.cpp @@ -109,8 +109,8 @@ std::vector const kTestScenarios = { .tools = {"7z"}, // 7z comes with its own lzma-type compression .cmd = "/usr/bin/7z x"}}; -[[nodiscard]] auto read_archive(archive* a, std::string const& path) - -> filetree_t { +[[nodiscard]] auto read_archive(archive* a, + std::string const& path) -> filetree_t { filetree_t result{}; REQUIRE(archive_read_open_filename(a, path.c_str(), kBlockSize) == -- cgit v1.2.3