ndentation

This commit is contained in:
Robin Müller 2020-12-08 15:49:46 +01:00
parent 81988e77d9
commit a612e19e94

View File

@ -6,8 +6,7 @@
#include "../serviceinterface/ServiceInterfaceStream.h"
InternalErrorReporter::InternalErrorReporter(object_id_t setObjectId,
uint32_t messageQueueDepth) :
SystemObject(setObjectId),
uint32_t messageQueueDepth): SystemObject(setObjectId),
commandQueue(QueueFactory::instance()->
createMessageQueue(messageQueueDepth)),
poolManager(this, commandQueue),