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

View File

@@ -435,7 +435,7 @@ void uORB::Manager::set_uorb_communicator(uORBCommunicator::IChannel *channel)
}
}
uORBCommunicator::IChannel *uORB::Manager::get_uorb_communicator(void)
uORBCommunicator::IChannel *uORB::Manager::get_uorb_communicator()
{
return _comm_channel;
}