Browse Source

AP_HAL: RingBuffer: remove trailing whitespaces

mission-4.1.18
Lucas De Marchi 9 years ago
parent
commit
6a80c3d70d
  1. 1
      libraries/AP_HAL/utility/RingBuffer.h

1
libraries/AP_HAL/utility/RingBuffer.h

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

Loading…
Cancel
Save