ringbuffer: whitespace

This commit is contained in:
Ban Siesta
2015-05-24 10:01:28 +01:00
parent b9dc72f4cc
commit b9ce447cc9
2 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ public:
private:
unsigned _num_items;
const size_t _item_size;
char *_buf;
char *_buf;
volatile unsigned _head; /**< insertion point in _item_size units */
volatile unsigned _tail; /**< removal point in _item_size units */