]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/filesystem/test/issues/8930.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / filesystem / test / issues / 8930.cpp
index 280e5ed63d6af91466b83be808c121dbaff54bf2..1c3c252a1a6cf4b204b4c4efa5ab92089ffd2ec5 100644 (file)
@@ -1,7 +1,7 @@
 // Before running this test: export LANG=foo
 
 #include <boost/filesystem.hpp>
-int main() {
-  boost::filesystem::path("/abc").root_directory();
+int main()
+{
+    boost::filesystem::path("/abc").root_directory();
 }
-