]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/endian/example/use_cases.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / endian / example / use_cases.cpp
index 471c633a26cb26b0b97d9736c97dc131a013f4be..7bbe9b28309544cf64072a2a6d9d05dc33499bde 100644 (file)
@@ -121,7 +121,7 @@ using std::endl;
 //  Recommended approach when conversion time is a concern
   //
   //  Conversion time is a concert with this application because (1) any conversions
-  //  performed in the loop will consume a great deal of time and because (2) 
+  //  performed in the loop will consume a great deal of time and because (2)
   //  computation time will be much greater than I/O time.
 
   {