]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/filesystem/test/issues/6638-global-init-fails-3.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / filesystem / test / issues / 6638-global-init-fails-3.cpp
index 467a638afbc18be57cca012e09e514ab0deb7913..b0a62ede793a018276ea3e1b1b240c5f4a6e034e 100644 (file)
@@ -9,7 +9,7 @@ using namespace boost::filesystem;
 //     path r(p / "narrow");
 //  That code now works, but ...
 
-//  Nils Gladitz has provided this example ... 
+//  Nils Gladitz has provided this example ...
 
 class Test
 {
@@ -17,7 +17,7 @@ public:
        ~Test()
        {
                path p(L"C:\\TEMP\\");
-               path r(p / "narrow");    
+               path r(p / "narrow");
        }
 };