Mesa (master): blorp: Drop trailing whitespace in blorp_clear.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Sep 10 22:13:59 UTC 2020


Module: Mesa
Branch: master
Commit: 5cd62359586245a62a525461d9efadbee1e281e0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5cd62359586245a62a525461d9efadbee1e281e0

Author: Nanley Chery <nanley.g.chery at intel.com>
Date:   Tue Sep  8 07:34:50 2020 -0700

blorp: Drop trailing whitespace in blorp_clear.c

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6650>

---

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

diff --git a/src/intel/blorp/blorp_clear.c b/src/intel/blorp/blorp_clear.c
index 7c7796d0b12..4c569fd0018 100644
--- a/src/intel/blorp/blorp_clear.c
+++ b/src/intel/blorp/blorp_clear.c
@@ -827,7 +827,7 @@ blorp_can_hiz_clear_depth(const struct gen_device_info *devinfo,
                                    surf->dim == ISL_SURF_DIM_3D ? layer: 0,
                                    &slice_x0, &slice_y0);
       const bool max_x1_y1 =
-         x1 == minify(surf->logical_level0_px.width, level) && 
+         x1 == minify(surf->logical_level0_px.width, level) &&
          y1 == minify(surf->logical_level0_px.height, level);
       const uint32_t haligned_x1 = ALIGN(x1, surf->image_alignment_el.w);
       const uint32_t valigned_y1 = ALIGN(y1, surf->image_alignment_el.h);



More information about the mesa-commit mailing list