]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/filesystem/test/equivalent.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / filesystem / test / equivalent.cpp
index be3089afd6056bef934da091e26c8ac9274d0d85..ead4210c1c7b0cd8f83cc284c6923cfa7fd8c450 100644 (file)
@@ -22,7 +22,7 @@ int main( int argc, char * argv[] )
     std::cout << "Usage: equivalent path1 path2\n";
     return 2;
   }
-  
+
   bool eq;
   try
   {