aboutsummaryrefslogtreecommitdiff
path: root/tests/profiling/gatordmock/CommandFileParser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/profiling/gatordmock/CommandFileParser.hpp')
-rw-r--r--tests/profiling/gatordmock/CommandFileParser.hpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/profiling/gatordmock/CommandFileParser.hpp b/tests/profiling/gatordmock/CommandFileParser.hpp
index e95395d206..fd4a4fdf38 100644
--- a/tests/profiling/gatordmock/CommandFileParser.hpp
+++ b/tests/profiling/gatordmock/CommandFileParser.hpp
@@ -5,8 +5,8 @@
#pragma once
-#include <string>
#include "GatordMockService.hpp"
+#include <string>
namespace armnn
{
@@ -25,7 +25,5 @@ public:
void ParseFile(std::string CommandFile, GatordMockService& mockService);
};
-} // namespace gatordmock
-} // namespace armnn
-
-
+} // namespace gatordmock
+} // namespace armnn