i965: Add whitespace in intel_update_image_buffers()
authorChad Versace <chadversary@chromium.org>
Tue, 23 May 2017 23:37:32 +0000 (16:37 -0700)
committerChad Versace <chadversary@chromium.org>
Tue, 30 May 2017 19:01:37 +0000 (12:01 -0700)
Improve readability.  Add an empty line between two large 'if' blocks.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
src/mesa/drivers/dri/i965/brw_context.c

index 825912b7b5787ab456b01a09d2a5e17509185352..3e3fe2d0edafbaa0c30fa57f27d36cd7edb3910e 100644 (file)
@@ -1779,6 +1779,7 @@ intel_update_image_buffers(struct brw_context *brw, __DRIdrawable *drawable)
                                 images.front,
                                 __DRI_IMAGE_BUFFER_FRONT);
    }
+
    if (images.image_mask & __DRI_IMAGE_BUFFER_BACK) {
       drawable->w = images.back->width;
       drawable->h = images.back->height;