diff --git a/Framework/LiveData/src/Kafka/KafkaEventStreamDecoder.cpp b/Framework/LiveData/src/Kafka/KafkaEventStreamDecoder.cpp
index 9bc1a458be7e7355bb8a01917d006e01612b9fcc..df2868da4b439fad34cede08f2c8b6d77f74b53e 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