clang-tidy modernize-redundant-void-arg

This commit is contained in:
Daniel Agar
2017-01-28 20:49:47 -05:00
parent e927f3e040
commit 6631e72d6f
33 changed files with 126 additions and 124 deletions
+2 -2
View File
@@ -356,7 +356,7 @@ RingBuffer::get(double &val)
}
unsigned
RingBuffer::space(void)
RingBuffer::space()
{
unsigned tail, head;
@@ -377,7 +377,7 @@ RingBuffer::space(void)
}
unsigned
RingBuffer::count(void)
RingBuffer::count()
{
/*
* Note that due to the conservative nature of space(), this may