[clang-tidy] remove pointless void arg
Found with modernize-redundant-void-arg Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -330,7 +330,7 @@ mpd_inotify_init(EventLoop &loop, Storage &storage, UpdateService &update,
|
||||
}
|
||||
|
||||
void
|
||||
mpd_inotify_finish(void) noexcept
|
||||
mpd_inotify_finish() noexcept
|
||||
{
|
||||
if (inotify_source == nullptr)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user