]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/filesystem/test/path_times.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / filesystem / test / path_times.cpp
index 3ebdbc8abd0447399edd7b73d8047ccd8a912333..1da54b29e7b7c3c1d6dd636eebd1d0347ad5c748 100644 (file)
@@ -9,10 +9,10 @@
 
 #include <boost/config/warning_disable.hpp>
 
-#ifndef BOOST_FILESYSTEM_NO_DEPRECATED 
+#ifndef BOOST_FILESYSTEM_NO_DEPRECATED
 #  define BOOST_FILESYSTEM_NO_DEPRECATED
 #endif
-#ifndef BOOST_SYSTEM_NO_DEPRECATED 
+#ifndef BOOST_SYSTEM_NO_DEPRECATED
 #  define BOOST_SYSTEM_NO_DEPRECATED
 #endif
 
@@ -86,10 +86,10 @@ int cpp_main(int argc, char* argv[])
 
   cout << "time_loop" << endl;
   nanosecond_type x = time_loop();
-   
+
   cout << "time_ctor with string" << endl;
   nanosecond_type s = time_ctor(std::string("/foo/bar/baz"));
-   
+
   cout << "time_ctor with wstring" << endl;
   nanosecond_type w = time_ctor(std::wstring(L"/foo/bar/baz"));