From ff19e8d7d68e11805546cba3da6223859bfd6009 Mon Sep 17 00:00:00 2001 From: athatheocsd <athatheo@csd.auth.gr> Date: Sat, 1 Dec 2018 20:41:08 +0200 Subject: [PATCH] Fixed code format --- inc/Services/EventReportService.hpp | 2 +- src/Services/EventReportService.cpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/inc/Services/EventReportService.hpp b/inc/Services/EventReportService.hpp index ff2ce884..c4e90726 100644 --- a/inc/Services/EventReportService.hpp +++ b/inc/Services/EventReportService.hpp @@ -33,7 +33,7 @@ public: */ WWDGReset = 1, /** - * Dont + * Assertion has failed */ AssertionFail = 2, /** diff --git a/src/Services/EventReportService.cpp b/src/Services/EventReportService.cpp index a695db26..c6ed3398 100644 --- a/src/Services/EventReportService.cpp +++ b/src/Services/EventReportService.cpp @@ -27,8 +27,7 @@ EventReportService::lowSeverityAnomalyReport(LowSeverityAnomalyEvent eventID, co } void EventReportService::mediumSeverityAnomalyReport(MediumSeverityAnomalyEvent eventID, - const uint8_t *data, - uint8_t length) { + const uint8_t *data, uint8_t length) { // TM[5,3] Message report = createTM(3); report.appendEnum16(eventID); -- GitLab