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