diff --git a/parameters/ParameterHelper.h b/parameters/ParameterHelper.h index defe2925..352cf0a9 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_ */