From dd639c671750579046318d2941b07a06c3384c15 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sun, 29 Oct 2023 08:29:21 +0100 Subject: [PATCH] style: clang-format --- test/dwarfs.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/dwarfs.cpp b/test/dwarfs.cpp index 82fd6d26..4ec11414 100644 --- a/test/dwarfs.cpp +++ b/test/dwarfs.cpp @@ -896,8 +896,10 @@ TEST(filesystem, uid_gid_32bit) { auto input = std::make_shared(); input->add("", {1, 040755, 1, 0, 0, 10, 42, 0, 0, 0}); - input->add("foo16.txt", {2, 0100755, 1, 60000, 65535, 5, 42, 0, 0, 0}, "hello"); - input->add("foo32.txt", {3, 0100755, 1, 65536, 4294967295, 5, 42, 0, 0, 0}, "world"); + input->add("foo16.txt", {2, 0100755, 1, 60000, 65535, 5, 42, 0, 0, 0}, + "hello"); + input->add("foo32.txt", {3, 0100755, 1, 65536, 4294967295, 5, 42, 0, 0, 0}, + "world"); auto fsimage = build_dwarfs(lgr, input, "null");