]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/filesystem/test/issues/10205.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / filesystem / test / issues / 10205.cpp
index 4cf5e728d38dc24a07ed0a34305efd6c3e244167..966d5d63831c4a2df777b89b78fd53fe9c82efd7 100644 (file)
@@ -7,11 +7,11 @@
 
 int main()
 {
-  std::string pathname = "/some/filesystem/path/%%%%";
+    std::string pathname = "/some/filesystem/path/%%%%";
 
-  boost::filesystem::path path(pathname);
+    boost::filesystem::path path(pathname);
 
-  std::wcout << path.wstring() << std::endl;
+    std::wcout << path.wstring() << std::endl;
 
-  return 0;
+    return 0;
 }