Cleanup: Clang-Tidy modernize-redundant-void-arg

This commit is contained in:
2021-12-08 00:31:20 -05:00
parent cbcd74de22
commit c1279768a7
40 changed files with 131 additions and 134 deletions

View File

@@ -45,7 +45,7 @@ void GPU_debug_group_begin(const char *name)
ctx->debug_group_begin(name, stack.size());
}
void GPU_debug_group_end(void)
void GPU_debug_group_end()
{
if (!(G.debug & G_DEBUG_GPU)) {
return;