diff --git a/Framework/Kernel/src/ConfigService.cpp b/Framework/Kernel/src/ConfigService.cpp
index fc97ecc67f977329b035fe88c83974a894a7b293..0e95359f37e9acb6575d7c7cc57a5b44f1424447 100644
--- a/Framework/Kernel/src/ConfigService.cpp
+++ b/Framework/Kernel/src/ConfigService.cpp
@@ -1860,8 +1860,9 @@ void ConfigServiceImpl::updateFacilities(const std::string &fName) {
         std::string errorMessage =
             "No more Facilities.xml files can be found, Mantid will not be "
             "able to start, Sorry.  Try reinstalling Mantid.";
-		//This is one of the few times that both logging a messge and throwing might make sense
-		// as the error reporter tends to swallow the thrown message.
+        // This is one of the few times that both logging a messge and throwing
+        // might make sense
+        // as the error reporter tends to swallow the thrown message.
         g_log.error() << errorMessage << "\n";
         // Throw an exception as we have run out of files to try
         throw std::runtime_error(errorMessage);