From e8b926d19b34e8621b7abbe23695f1608f613c70 Mon Sep 17 00:00:00 2001
From: Keith Butler <keith.butler@stfc.ac.uk>
Date: Fri, 14 Sep 2018 16:24:46 +0100
Subject: [PATCH] Re #22604 applying clang patch

---
 Framework/Kernel/test/ErrorReporterTest.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Framework/Kernel/test/ErrorReporterTest.h b/Framework/Kernel/test/ErrorReporterTest.h
index e3e23f42b33..cbdf8d797dd 100644
--- a/Framework/Kernel/test/ErrorReporterTest.h
+++ b/Framework/Kernel/test/ErrorReporterTest.h
@@ -63,8 +63,8 @@ public:
   void test_errorMessageWithShare() {
     std::string name = "My testing application name";
     Mantid::Types::Core::time_duration upTime(5, 0, 7, 0);
-    TestableErrorReporter errorService(name, upTime, "0", true, "name",
-                                       "email", "textBox");
+    TestableErrorReporter errorService(name, upTime, "0", true, "name", "email",
+                                       "textBox");
     std::string message = errorService.generateErrorMessage();
 
     ::Json::Reader reader;
-- 
GitLab