Fix formating

This commit is contained in:
Patrick Niklaus
2018-04-06 00:50:12 +00:00
committed by Patrick Niklaus
parent a915542916
commit 29d1b34140
4 changed files with 10 additions and 6 deletions
@@ -23,7 +23,8 @@ namespace datafacade
class SharedMemoryAllocator : public ContiguousBlockAllocator
{
public:
explicit SharedMemoryAllocator(const std::vector<storage::SharedRegionRegister::ShmKey> &shm_keys);
explicit SharedMemoryAllocator(
const std::vector<storage::SharedRegionRegister::ShmKey> &shm_keys);
~SharedMemoryAllocator() override final;
// interface to give access to the datafacades