From 86797bb6db5fde3303d3862cea47f965f5da0c2b Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 16 Sep 2022 17:03:18 +0200 Subject: [PATCH] run afmt --- example/core/GenericFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/core/GenericFactory.h b/example/core/GenericFactory.h index 1500736..fda8213 100644 --- a/example/core/GenericFactory.h +++ b/example/core/GenericFactory.h @@ -1,9 +1,9 @@ #ifndef MISSION_CORE_GENERICFACTORY_H_ #define MISSION_CORE_GENERICFACTORY_H_ -#include "OBSWConfig.h" #include +#include "OBSWConfig.h" #include "fsfw/cfdp/handler/DestHandler.h" #include "fsfw/storagemanager/StorageManagerIF.h"