From a8d24bbeb0519bdfe054dc1808986b88e86483a9 Mon Sep 17 00:00:00 2001 From: Nick Draper <nick.draper@stfc.ac.uk> Date: Fri, 27 Jul 2018 10:44:36 +0100 Subject: [PATCH] clang formatting re #23102 --- Framework/Kernel/src/ConfigService.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Framework/Kernel/src/ConfigService.cpp b/Framework/Kernel/src/ConfigService.cpp index 4ed9b933660..1f6ea66bcd7 100644 --- a/Framework/Kernel/src/ConfigService.cpp +++ b/Framework/Kernel/src/ConfigService.cpp @@ -588,9 +588,10 @@ void ConfigServiceImpl::createUserPropertiesFile() const { filestr << "# properties that suit your particular installation.\n"; filestr << "#\n"; filestr << "# See here for a list of possible options:\n"; - filestr << "# " - "http://docs.mantidproject.org/nightly/concepts/PropertiesFile.html" - "\n\n"; + filestr + << "# " + "http://docs.mantidproject.org/nightly/concepts/PropertiesFile.html" + "\n\n"; filestr << "##\n"; filestr << "## GENERAL\n"; filestr << "##\n\n"; -- GitLab