anv: Dedent a closing curly brace

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41712>
This commit is contained in:
Nanley Chery 2026-05-19 08:54:19 -04:00 committed by Marge Bot
parent ee40162321
commit 888ea50760

View file

@ -4237,7 +4237,7 @@ anv_can_hiz_clear_image(struct anv_cmd_buffer *cmd_buffer,
"HiZ CCS WT + MSAA unsupported before Xe2. "
"Slow depth clearing.");
return false;
}
}
/* If we're just clearing stencil, we can always HiZ clear */
if (!(clear_aspects & VK_IMAGE_ASPECT_DEPTH_BIT))