From 926d9b9523973ece715664104696429b3b012316 Mon Sep 17 00:00:00 2001
From: Nick Draper <nick.draper@stfc.ac.uk>
Date: Mon, 12 Oct 2015 16:21:01 +0100
Subject: [PATCH] Apply clang format patch

re #11707
---
 Framework/DataHandling/inc/MantidDataHandling/LoadAscii.h      | 3 +--
 .../DataHandling/inc/MantidDataHandling/LoadEventPreNexus.h    | 2 +-
 Framework/DataHandling/src/LoadAscii.cpp                       | 3 +--
 Framework/DataHandling/src/LoadEventPreNexus.cpp               | 3 +--
 4 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/Framework/DataHandling/inc/MantidDataHandling/LoadAscii.h b/Framework/DataHandling/inc/MantidDataHandling/LoadAscii.h
index 027664fc433..cf495c009be 100644
--- a/Framework/DataHandling/inc/MantidDataHandling/LoadAscii.h
+++ b/Framework/DataHandling/inc/MantidDataHandling/LoadAscii.h
@@ -47,8 +47,7 @@ File change history is stored at: <https://github.com/mantidproject/mantid>.
 Code Documentation is available at: <http://doxygen.mantidproject.org>
 */
 class DLLExport LoadAscii : public API::IFileLoader<Kernel::FileDescriptor>,
-                            public API::DeprecatedAlgorithm 
-{
+                            public API::DeprecatedAlgorithm {
 public:
   /// Default constructor
   LoadAscii();
diff --git a/Framework/DataHandling/inc/MantidDataHandling/LoadEventPreNexus.h b/Framework/DataHandling/inc/MantidDataHandling/LoadEventPreNexus.h
index ba84a24b902..328be8a1889 100644
--- a/Framework/DataHandling/inc/MantidDataHandling/LoadEventPreNexus.h
+++ b/Framework/DataHandling/inc/MantidDataHandling/LoadEventPreNexus.h
@@ -90,7 +90,7 @@ struct Pulse {
 
 class DLLExport LoadEventPreNexus
     : public API::IFileLoader<Kernel::FileDescriptor>,
-      public API::DeprecatedAlgorithm  {
+      public API::DeprecatedAlgorithm {
 public:
   /// Constructor
   LoadEventPreNexus();
diff --git a/Framework/DataHandling/src/LoadAscii.cpp b/Framework/DataHandling/src/LoadAscii.cpp
index 035a529990d..74dda663af5 100644
--- a/Framework/DataHandling/src/LoadAscii.cpp
+++ b/Framework/DataHandling/src/LoadAscii.cpp
@@ -24,8 +24,7 @@ using namespace Kernel;
 using namespace API;
 
 /// Empty constructor
-LoadAscii::LoadAscii() : m_columnSep(), m_separatorIndex()
-{
+LoadAscii::LoadAscii() : m_columnSep(), m_separatorIndex() {
   this->useAlgorithm("LoadAscii", 2);
 }
 
diff --git a/Framework/DataHandling/src/LoadEventPreNexus.cpp b/Framework/DataHandling/src/LoadEventPreNexus.cpp
index 2d02648e3b3..e6687146f3f 100644
--- a/Framework/DataHandling/src/LoadEventPreNexus.cpp
+++ b/Framework/DataHandling/src/LoadEventPreNexus.cpp
@@ -84,8 +84,7 @@ LoadEventPreNexus::LoadEventPreNexus()
       num_good_events(0), num_error_events(0), num_ignored_events(0),
       first_event(0), max_events(0), using_mapping_file(false),
       loadOnlySomeSpectra(false), spectraLoadMap(), longest_tof(0),
-      shortest_tof(0), parallelProcessing(false)
-{
+      shortest_tof(0), parallelProcessing(false) {
   this->useAlgorithm("LoadEventPreNexus", 2);
 }
 
-- 
GitLab