Fix formating

This commit is contained in:
Patrick Niklaus
2018-02-05 11:40:18 +00:00
committed by Patrick Niklaus
parent 71cfb03738
commit b4cfc8d6e0
22 changed files with 47 additions and 54 deletions
@@ -16,10 +16,10 @@ namespace datafacade
{
/**
* This allocator uses an IPC shared memory block as the data location.
* Many SharedMemoryDataFacade objects can be created that point to the same shared
* memory block.
*/
* This allocator uses an IPC shared memory block as the data location.
* Many SharedMemoryDataFacade objects can be created that point to the same shared
* memory block.
*/
class SharedMemoryAllocator : public ContiguousBlockAllocator
{
public: