summaryrefslogtreecommitdiff
path: root/netfs/unittests/testGlacier.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-04-08 20:07:01 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2022-04-08 20:07:01 +0100
commitb26394fdd7cf22a3912e44864aee3d78e3238e28 (patch)
treeb4e22e5b7f31038f1988e9d7f470140b2bd7c14c /netfs/unittests/testGlacier.cpp
parentModernize namespace (diff)
downloadnetfs-b26394fdd7cf22a3912e44864aee3d78e3238e28.tar.bz2
netfs-b26394fdd7cf22a3912e44864aee3d78e3238e28.tar.xz
netfs-b26394fdd7cf22a3912e44864aee3d78e3238e28.zip
Reformat with new clang-format
Diffstat (limited to 'netfs/unittests/testGlacier.cpp')
-rw-r--r--netfs/unittests/testGlacier.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/netfs/unittests/testGlacier.cpp b/netfs/unittests/testGlacier.cpp
index 5950e61..5467c41 100644
--- a/netfs/unittests/testGlacier.cpp
+++ b/netfs/unittests/testGlacier.cpp
@@ -29,8 +29,7 @@ BOOST_AUTO_TEST_CASE(withRouter)
{(rootDir / "defaultFuse.xml:testvol").string(), (rootDir / "test").string(),
"--Ice.Default.Router=Glacier2/router:tcp -h localhost -p 14063"});
- struct statvfs s {
- };
+ struct statvfs s { };
BOOST_REQUIRE_EQUAL(0, fuse.fuse->statfs("/", &s));
}
}