From 83bd4392300f325f1feed071c78702df569775fa Mon Sep 17 00:00:00 2001
From: athatheo <vostidi@hotmail.com>
Date: Tue, 26 Mar 2019 17:30:47 +0200
Subject: [PATCH] Fixed code format in ErrorHandler

---
 inc/ErrorHandler.hpp | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/inc/ErrorHandler.hpp b/inc/ErrorHandler.hpp
index 41e82c1c..1d2cbaf6 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
-- 
GitLab