blorp: Drop trailing whitespace in blorp_clear.c
authorNanley Chery <nanley.g.chery@intel.com>
Tue, 8 Sep 2020 14:34:50 +0000 (07:34 -0700)
committerMarge Bot <eric+marge@anholt.net>
Thu, 10 Sep 2020 22:09:28 +0000 (22:09 +0000)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6650>

src/intel/blorp/blorp_clear.c

index 7c7796d..4c569fd 100644 (file)
@@ -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);