From 3c80bdfefa8149823ed9fb6273cabaac3d02ccc0 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Sun, 7 Jun 2020 01:18:19 +0200 Subject: [PATCH] some linebreaks --- parameters/ParameterHelper.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/parameters/ParameterHelper.h b/parameters/ParameterHelper.h index defe2925e..352cf0a9b 100644 --- a/parameters/ParameterHelper.h +++ b/parameters/ParameterHelper.h @@ -20,9 +20,11 @@ private: StorageManagerIF *storage = nullptr; - ReturnValue_t sendParameter(MessageQueueId_t to, uint32_t id, const ParameterWrapper *description); + ReturnValue_t sendParameter(MessageQueueId_t to, uint32_t id, + const ParameterWrapper *description); - void rejectCommand(MessageQueueId_t to, ReturnValue_t reason, Command_t initialCommand); + void rejectCommand(MessageQueueId_t to, ReturnValue_t reason, + Command_t initialCommand); }; #endif /* PARAMETERHELPER_H_ */