[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:
Rosen Penev
2020-01-31 20:12:05 -08:00
parent bc6eca2115
commit 568deefd68
11 changed files with 18 additions and 18 deletions

View File

@@ -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;