AP_HAL: RingBuffer: remove trailing whitespaces

This commit is contained in:
Lucas De Marchi 2016-07-08 16:11:04 -03:00
parent 24c7f76034
commit 6a80c3d70d

View File

@ -308,4 +308,3 @@ private:
uint16_t count; // number in buffer now
uint16_t head; // first element
};