From 29593e31420fa85cb67b8f2b10020ebde5c05ca2 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 15 Sep 2022 16:50:26 +0200 Subject: [PATCH] afmt --- example/core/GenericFactory.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/core/GenericFactory.cpp b/example/core/GenericFactory.cpp index 882bc61..d51cf9c 100644 --- a/example/core/GenericFactory.cpp +++ b/example/core/GenericFactory.cpp @@ -44,7 +44,8 @@ void ObjectFactory::produceGenericObjects(TmFunnel **tmFunnel, CcsdsDistributor new InternalErrorReporter(objects::INTERNAL_ERROR_REPORTER); auto *stamperAndReader = new CdsShortTimeStamper(objects::TIME_STAMPER); new VerificationReporter(); - *ccsdsDistrib = new CcsdsDistributor(common::COMMON_PUS_APID, objects::CCSDS_DISTRIBUTOR, &tcStore); + *ccsdsDistrib = + new CcsdsDistributor(common::COMMON_PUS_APID, objects::CCSDS_DISTRIBUTOR, &tcStore); new PusDistributor(common::COMMON_PUS_APID, objects::PUS_DISTRIBUTOR, *ccsdsDistrib); *tmFunnel = new TmFunnel(*stamperAndReader, objects::TM_FUNNEL); #endif /* OBSW_ADD_CORE_COMPONENTS == 1 */