From 761d5fc1bdb8f5f1fade4a88d95f955de48d4e00 Mon Sep 17 00:00:00 2001
From: Lamar Moore <lamar.moore@stfc.ac.uk>
Date: Wed, 14 Nov 2018 13:02:06 +0000
Subject: [PATCH] clang-format

---
 .../src/Kafka/KafkaEventStreamDecoder.cpp         | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/Framework/LiveData/src/Kafka/KafkaEventStreamDecoder.cpp b/Framework/LiveData/src/Kafka/KafkaEventStreamDecoder.cpp
index 9bc1a458be7..df2868da4b4 100644
--- a/Framework/LiveData/src/Kafka/KafkaEventStreamDecoder.cpp
+++ b/Framework/LiveData/src/Kafka/KafkaEventStreamDecoder.cpp
@@ -256,13 +256,13 @@ void KafkaEventStreamDecoder::eventDataFromMessage(const std::string &buffer) {
 }
 
 /**
-* Get sample environment log data from the flatbuffer and append it to the
-* workspace
-*
-* @param seData : flatbuffer offset of the sample environment log data
-* @param nSEEvents : number of sample environment log values in the flatbuffer
-* @param mutableRunInfo : Log manager containing the existing sample logs
-*/
+ * Get sample environment log data from the flatbuffer and append it to the
+ * workspace
+ *
+ * @param seData : flatbuffer offset of the sample environment log data
+ * @param nSEEvents : number of sample environment log values in the flatbuffer
+ * @param mutableRunInfo : Log manager containing the existing sample logs
+ */
 void KafkaEventStreamDecoder::sampleDataFromMessage(const std::string &buffer) {
 
   std::lock_guard<std::mutex> lock(m_mutex);
@@ -384,7 +384,6 @@ void KafkaEventStreamDecoder::initLocalCaches(
   m_dataReset = true;
 }
 
-
 } // namespace LiveData
 
 } // namespace Mantid
-- 
GitLab