]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/filesystem/convenience.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / filesystem / convenience.hpp
index f0bd9869092b8c5ff5c8fb85be842acf69d92547..b1290c86d7aadbf84f34cd806914bbf22674c3ef 100644 (file)
@@ -8,7 +8,7 @@
 
 //  See library home page at http://www.boost.org/libs/filesystem
 
-//----------------------------------------------------------------------------// 
+//----------------------------------------------------------------------------//
 
 #ifndef BOOST_FILESYSTEM3_CONVENIENCE_HPP
 #define BOOST_FILESYSTEM3_CONVENIENCE_HPP
@@ -42,7 +42,7 @@ namespace boost
     }
 
     inline path change_extension( const path & p, const path & new_extension )
-    { 
+    {
       path new_p( p );
       new_p.replace_extension( new_extension );
       return new_p;