]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/filesystem/test/issues/10485.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / filesystem / test / issues / 10485.cpp
index 81ba2136d3df1ae5626e6ee4445f3c7c60bab5c1..aa9a03b07a588c7d7a9b8e8d9d1c5680aba69f79 100644 (file)
@@ -8,7 +8,7 @@
 
 int main()
 {
-  boost::filesystem::path dir("/");
-  for (char c : dir.filename().string())
-    printf("%c\n", c);
+    boost::filesystem::path dir("/");
+    for (char c : dir.filename().string())
+        printf("%c\n", c);
 }