mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 15:00:34 +08:00
clang-tidy modernize-redundant-void-arg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user