[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:
@@ -162,7 +162,7 @@ parse_cdio_uri(const char *src)
|
||||
}
|
||||
|
||||
static AllocatedPath
|
||||
cdio_detect_device(void)
|
||||
cdio_detect_device()
|
||||
{
|
||||
char **devices = cdio_get_devices_with_cap(nullptr, CDIO_FS_AUDIO,
|
||||
false);
|
||||
|
||||
Reference in New Issue
Block a user