From 4ac79a314613e3a5b430cd3e4cd68ecfb95e2ac7 Mon Sep 17 00:00:00 2001 From: thodkatz <thodkatz@gmail.com> Date: Mon, 19 Nov 2018 21:30:40 +0200 Subject: [PATCH] Formatting --- inc/Services/RequestVerificationService.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/Services/RequestVerificationService.hpp b/inc/Services/RequestVerificationService.hpp index d3677810..d9cc2e63 100644 --- a/inc/Services/RequestVerificationService.hpp +++ b/inc/Services/RequestVerificationService.hpp @@ -7,7 +7,8 @@ * Implementation of the ST[01] request verification service * * @todo All telemetry packets shall have a telemetry packet secondary header - * @todo See if it would be more efficient to use Messages as arguments instead of individual parameters + * @todo See if it would be more efficient to use Messages as arguments instead of individual + * parameters */ class RequestVerificationService : public Service { public: -- GitLab