mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 18:30:35 +08:00
uORBTest_UnitTest.cpp: fix style
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user