From 0f05698b7061b082fafb10d28969583ad52ee0dd Mon Sep 17 00:00:00 2001 From: thodkatz <thodkatz@gmail.com> Date: Wed, 17 Apr 2019 16:35:00 +0300 Subject: [PATCH] Minor changes --- inc/MessageParser.hpp | 2 +- lib/Catch2 | 2 +- test/Services/EventActionService.cpp | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/inc/MessageParser.hpp b/inc/MessageParser.hpp index b6f40d3d..8afce35f 100644 --- a/inc/MessageParser.hpp +++ b/inc/MessageParser.hpp @@ -20,7 +20,7 @@ public: * @todo Implement the execute() in the upcoming services or generally in the upcoming * activities */ - static void execute(Message &message); + static void execute(Message& message); /** * Parse a message that contains the CCSDS and ECSS packet headers, as well as the data diff --git a/lib/Catch2 b/lib/Catch2 index 62460faf..d6330727 160000 --- a/lib/Catch2 +++ b/lib/Catch2 @@ -1 +1 @@ -Subproject commit 62460fafe6b54c3173bc5cbc46d05a5f071017ff +Subproject commit d63307279412de3870cf97cc6802bae8ab36089e diff --git a/test/Services/EventActionService.cpp b/test/Services/EventActionService.cpp index 3e0ec21f..0e34be07 100644 --- a/test/Services/EventActionService.cpp +++ b/test/Services/EventActionService.cpp @@ -10,7 +10,6 @@ EventActionService & eventActionService = Services.eventAction; TEST_CASE("Add event-action definitions TC[19,1]", "[service][st19]") { - EventActionService & eventActionService = Services.eventAction; char checkstring[256]; Message message(19, 1, Message::TC, 0); -- GitLab