[Mesa-dev] [PATCH 3/9] anv/image: indentation fix

Thomas Hindoe Paaboel Andersen phomes at gmail.com
Tue Apr 11 22:04:01 UTC 2017


---
 src/intel/vulkan/anv_image.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/vulkan/anv_image.c b/src/intel/vulkan/anv_image.c
index cf34dbe..9bf446a 100644
--- a/src/intel/vulkan/anv_image.c
+++ b/src/intel/vulkan/anv_image.c
@@ -183,7 +183,7 @@ make_surface(const struct anv_device *dev,
       /* We don't advertise that depth buffers could be used as storage
        * images.
        */
-       assert(!(image->usage & VK_IMAGE_USAGE_STORAGE_BIT));
+      assert(!(image->usage & VK_IMAGE_USAGE_STORAGE_BIT));
 
       /* Allow the user to control HiZ enabling. Disable by default on gen7
        * because resolves are not currently implemented pre-BDW.
-- 
2.9.3



More information about the mesa-dev mailing list