From b680d66e9d2b46d4186bdc385e5de1f9693bb3f5 Mon Sep 17 00:00:00 2001
From: Neil Vaytet <neil.vaytet@esss.se>
Date: Wed, 22 Aug 2018 14:46:52 +0200
Subject: [PATCH] Refs #20443 : Comment length

---
 Framework/Kernel/inc/MantidKernel/Strings.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Framework/Kernel/inc/MantidKernel/Strings.h b/Framework/Kernel/inc/MantidKernel/Strings.h
index 5289323c115..a98fc5e178b 100644
--- a/Framework/Kernel/inc/MantidKernel/Strings.h
+++ b/Framework/Kernel/inc/MantidKernel/Strings.h
@@ -173,8 +173,8 @@ join(ITERATOR_TYPE begin, ITERATOR_TYPE end, const std::string &separator,
    team in a round-robin fashion **in the order of the thread number**."
 
    "When no chunk_size is specified, the iteration space is divided into chunks
-   that are approximately equal in size, and at most one chunk is distributed to
-   each thread."
+   that are approximately equal in size, and at most one chunk is distributed
+   to each thread."
 */
 #pragma omp for schedule(static)
       for (int i = 0; i < dist; i++) {
-- 
GitLab