uORBTest_UnitTest.cpp: fix style

This commit is contained in:
Beat Küng
2016-05-20 16:03:07 +02:00
committed by Lorenz Meier
parent 79b3766544
commit 392c32d316
@@ -782,9 +782,10 @@ int uORBTest::UnitTest::test_queue_poll_notify()
++next_expected_val;
}
}
if (_num_messages_sent != next_expected_val) {
return test_fail("number of sent and received messages mismatch (sent: %i, received: %i)",
_num_messages_sent, next_expected_val);
_num_messages_sent, next_expected_val);
}
return test_note("PASS orb queuing (poll & notify), got %i messages", next_expected_val);