Skip to content
Snippets Groups Projects
Commit 761d5fc1 authored by Lamar Moore's avatar Lamar Moore
Browse files

clang-format

parent 997c265f
No related branches found
No related tags found
No related merge requests found
...@@ -256,13 +256,13 @@ void KafkaEventStreamDecoder::eventDataFromMessage(const std::string &buffer) { ...@@ -256,13 +256,13 @@ void KafkaEventStreamDecoder::eventDataFromMessage(const std::string &buffer) {
} }
/** /**
* Get sample environment log data from the flatbuffer and append it to the * Get sample environment log data from the flatbuffer and append it to the
* workspace * workspace
* *
* @param seData : flatbuffer offset of the sample environment log data * @param seData : flatbuffer offset of the sample environment log data
* @param nSEEvents : number of sample environment log values in the flatbuffer * @param nSEEvents : number of sample environment log values in the flatbuffer
* @param mutableRunInfo : Log manager containing the existing sample logs * @param mutableRunInfo : Log manager containing the existing sample logs
*/ */
void KafkaEventStreamDecoder::sampleDataFromMessage(const std::string &buffer) { void KafkaEventStreamDecoder::sampleDataFromMessage(const std::string &buffer) {
std::lock_guard<std::mutex> lock(m_mutex); std::lock_guard<std::mutex> lock(m_mutex);
...@@ -384,7 +384,6 @@ void KafkaEventStreamDecoder::initLocalCaches( ...@@ -384,7 +384,6 @@ void KafkaEventStreamDecoder::initLocalCaches(
m_dataReset = true; m_dataReset = true;
} }
} // namespace LiveData } // namespace LiveData
} // namespace Mantid } // namespace Mantid
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment