From cd7f3af81f98ac4396766c8b4ac51163588a84c1 Mon Sep 17 00:00:00 2001
From: Marina Ganeva <m.ganeva@fz-juelich.de>
Date: Thu, 5 Apr 2018 09:39:00 +0200
Subject: [PATCH] Refs #21293 clang-format

---
 Framework/MDAlgorithms/src/LoadDNSSCD.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Framework/MDAlgorithms/src/LoadDNSSCD.cpp b/Framework/MDAlgorithms/src/LoadDNSSCD.cpp
index 6c1ca007c0e..c3c5c5044e6 100644
--- a/Framework/MDAlgorithms/src/LoadDNSSCD.cpp
+++ b/Framework/MDAlgorithms/src/LoadDNSSCD.cpp
@@ -294,7 +294,8 @@ void LoadDNSSCD::exec() {
     } catch (...) {
       g_log.warning() << "Failed to read file " << fname;
       g_log.warning() << ". This file will be ignored. " << std::endl;
-      g_log.warning() << boost::current_exception_diagnostic_information() << std::endl;
+      g_log.warning() << boost::current_exception_diagnostic_information()
+                      << std::endl;
     }
   }
 
-- 
GitLab