]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/json/test/doc_storage_ptr.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / json / test / doc_storage_ptr.cpp
index d211d13415595be4c541121a7c818a24c5c4adf5..a13c851d10c208360688484086e3b9ce6a64f64d 100644 (file)
@@ -139,7 +139,7 @@ private:
 
         return ::operator new( bytes );
     }
-    
+
     void do_deallocate( void* ptr, std::size_t bytes, std::size_t align ) override
     {
         std::cout << "Deallocating " << bytes << " bytes with alignment " << align << " @ address " << ptr << '\n';
@@ -153,7 +153,7 @@ private:
         // any instance of a logging_resource can deallocate memory allocated
         // by another instance of a logging_resource
 
-        return dynamic_cast< logging_resource const* >( &other ) != nullptr; 
+        return dynamic_cast< logging_resource const* >( &other ) != nullptr;
     }
 };
 //]