Fix formatting.

This commit is contained in:
Daniel Patterson 2020-09-30 09:55:38 -06:00
parent 8638a13918
commit 2eb721c3f6
No known key found for this signature in database
GPG Key ID: 19C12BE1725A028B

View File

@ -120,7 +120,8 @@ class DataWatchdogImpl<AlgorithmT, datafacade::ContiguousInternalMemoryDataFacad
{ {
boost::unique_lock<boost::shared_mutex> swap_lock(factory_mutex); boost::unique_lock<boost::shared_mutex> swap_lock(factory_mutex);
facade_factory =DataFacadeFactory<datafacade::ContiguousInternalMemoryDataFacade, AlgorithmT>( facade_factory =
DataFacadeFactory<datafacade::ContiguousInternalMemoryDataFacade, AlgorithmT>(
std::make_shared<datafacade::SharedMemoryAllocator>( std::make_shared<datafacade::SharedMemoryAllocator>(
std::vector<storage::SharedRegionRegister::ShmKey>{ std::vector<storage::SharedRegionRegister::ShmKey>{
static_region.shm_key, updatable_region.shm_key})); static_region.shm_key, updatable_region.shm_key}));