diff --git a/inc/ErrorHandler.hpp b/inc/ErrorHandler.hpp
index 41e82c1ce08af32c31fba7a9a31940243c244ff3..1d2cbaf66d97ed5f928d76d431da03469657e427 100644
--- a/inc/ErrorHandler.hpp
+++ b/inc/ErrorHandler.hpp
@@ -108,18 +108,18 @@ public:
 		 * made to add an existing event action
 		 * definition
 		 */
-		 EventActionAddExistingDefinitionError = 1,
-		 /**
-		  * In the Event Action Service, in the deleteEventActionDefinition function, an attempt
-		  * was made to delete an event action definition that was enabled
-		  */
-		  EventActionDeleteEnabledDefinitionError = 2,
-		  /**
-		   * In the Event Action Service, an access attempt was made to an unknown event
-		   * action definition
-		   */
-		   EventActionUnknownDefinitionError = 3,
-		};
+		EventActionAddExistingDefinitionError = 1,
+		/**
+		 * In the Event Action Service, in the deleteEventActionDefinition function, an attempt
+		 * was made to delete an event action definition that was enabled
+		 */
+		EventActionDeleteEnabledDefinitionError = 2,
+		/**
+		 * In the Event Action Service, an access attempt was made to an unknown event
+		 * action definition
+		 */
+		EventActionUnknownDefinitionError = 3,
+	};
 
 	/**
 	 * The error code for failed progress of execution reports, as specified in ECSS 5.3.5.2.3g