Fixed whitespace

main
Sam Lantinga 2024-03-06 09:56:13 -08:00
parent c07b39fa06
commit 26b9178e5c
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ static SDL_bool METAL_SupportsBlendMode(SDL_Renderer *renderer, SDL_BlendMode bl
return SDL_TRUE;
}
size_t GetBT601ConversionMatrix( SDL_Colorspace colorspace )
size_t GetBT601ConversionMatrix(SDL_Colorspace colorspace)
{
switch (SDL_COLORSPACERANGE(colorspace)) {
case SDL_COLOR_RANGE_LIMITED: