diff --git a/inc/Services/RequestVerificationService.hpp b/inc/Services/RequestVerificationService.hpp
index d3677810ff479b2991e049bf95c5220c5d6068f7..d9cc2e63f9eb95c92ee53938e0820319120fd0e2 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: