nvk: Fix whitespace in nvk_image.c
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26990>
This commit is contained in:

committed by
Marge Bot

parent
e8bec58de0
commit
9ddf647eab
@@ -224,7 +224,6 @@ nvk_GetPhysicalDeviceImageFormatProperties2(
|
|||||||
pImageFormatInfo->type != VK_IMAGE_TYPE_2D)
|
pImageFormatInfo->type != VK_IMAGE_TYPE_2D)
|
||||||
return VK_ERROR_FORMAT_NOT_SUPPORTED;
|
return VK_ERROR_FORMAT_NOT_SUPPORTED;
|
||||||
|
|
||||||
|
|
||||||
if (vk_format_is_compressed(pImageFormatInfo->format) &&
|
if (vk_format_is_compressed(pImageFormatInfo->format) &&
|
||||||
pImageFormatInfo->type != VK_IMAGE_TYPE_2D)
|
pImageFormatInfo->type != VK_IMAGE_TYPE_2D)
|
||||||
return VK_ERROR_FORMAT_NOT_SUPPORTED;
|
return VK_ERROR_FORMAT_NOT_SUPPORTED;
|
||||||
|
Reference in New Issue
Block a user