mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 00:50:36 +08:00
clang-tidy modernize-redundant-void-arg
This commit is contained in:
@@ -119,21 +119,21 @@ MavlinkLogHandler::handle_message(const mavlink_message_t *msg)
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
const char *
|
||||
MavlinkLogHandler::get_name(void) const
|
||||
MavlinkLogHandler::get_name() const
|
||||
{
|
||||
return "MAVLINK_LOG_HANDLER";
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
uint16_t
|
||||
MavlinkLogHandler::get_id(void)
|
||||
MavlinkLogHandler::get_id()
|
||||
{
|
||||
return MAVLINK_MSG_ID_LOG_ENTRY;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
unsigned
|
||||
MavlinkLogHandler::get_size(void)
|
||||
MavlinkLogHandler::get_size()
|
||||
{
|
||||
//-- Sending Log Entries
|
||||
if (_pLogHandlerHelper && _pLogHandlerHelper->current_status == LogListHelper::LOG_HANDLER_LISTING) {
|
||||
|
||||
Reference in New Issue
Block a user