Cleanup: Clang tidy void argument

This commit is contained in:
2020-11-30 13:44:58 -05:00
parent c0677b662f
commit 6022103264

View File

@@ -426,7 +426,7 @@ void GLShader::vertformat_from_shader(GPUVertFormat *format) const
}
}
int GLShader::program_handle_get(void) const
int GLShader::program_handle_get() const
{
return (int)this->shader_program_;
}