mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 16:44:07 +08:00
EKF_ringbuffer: minor missing space for style
This commit is contained in:
parent
26125c245d
commit
950e75e484
@ -155,6 +155,6 @@ TEST_F(EkfRingBufferTest, reallocateBuffer)
|
||||
// WHEN: do another allocate call
|
||||
_buffer->allocate(3);
|
||||
// THEN: its length should update
|
||||
EXPECT_EQ(3,_buffer->get_length());
|
||||
EXPECT_EQ(3, _buffer->get_length());
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user