Skip to content

Commit

Permalink
style: clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Oct 29, 2023
1 parent 928fdc2 commit dd639c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/dwarfs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -896,8 +896,10 @@ TEST(filesystem, uid_gid_32bit) {
auto input = std::make_shared<test::os_access_mock>();

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");

Expand Down

0 comments on commit dd639c6

Please sign in to comment.