Formatting

This commit is contained in:
Alexey Rybalchenko 2019-02-06 16:37:47 +01:00 committed by Dennis Klein
parent 62781389d4
commit 36f409dc72
28 changed files with 68 additions and 68 deletions

View File

@ -57,7 +57,7 @@ class FairMQSink : public FairMQDevice//, public OutputPolicy
LOG(info) << "Starting the benchmark and expecting to receive " << fMaxIterations << " messages.";
auto tStart = std::chrono::high_resolution_clock::now();
while (CheckCurrentState(RUNNING))
while (!NewStatePending())
{
if (fMultipart)
{