Mesa (main): dzn: add missing space

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 7 20:06:46 UTC 2022


Module: Mesa
Branch: main
Commit: 31824d4213dc75463f0e2e2d65bf3424bdc1279b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=31824d4213dc75463f0e2e2d65bf3424bdc1279b

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Wed Apr  6 14:35:00 2022 +0200

dzn: add missing space

Reviewed-by: Louis-Francis Ratté-Boulianne <lfrb at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15790>

---

 src/microsoft/vulkan/dzn_cmd_buffer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microsoft/vulkan/dzn_cmd_buffer.cpp b/src/microsoft/vulkan/dzn_cmd_buffer.cpp
index fb87e3d413c..1c6ea9baf7d 100644
--- a/src/microsoft/vulkan/dzn_cmd_buffer.cpp
+++ b/src/microsoft/vulkan/dzn_cmd_buffer.cpp
@@ -2944,7 +2944,7 @@ dzn_CmdCopyImageToBuffer2(VkCommandBuffer commandBuffer,
 
       dzn_foreach_aspect(aspect, region.imageSubresource.aspectMask) {
          for (uint32_t l = 0; l < region.imageSubresource.layerCount; l++)
-            dzn_cmd_buffer_copy_img2buf_region(cmdbuf,info, i, aspect, l);
+            dzn_cmd_buffer_copy_img2buf_region(cmdbuf, info, i, aspect, l);
       }
    }
 }



More information about the mesa-commit mailing list