From: Chad Versace Date: Tue, 23 May 2017 23:37:32 +0000 (-0700) Subject: i965: Add whitespace in intel_update_image_buffers() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da042d951c9d503e25d43a27c2d707fa134a512c;p=mesa.git i965: Add whitespace in intel_update_image_buffers() Improve readability. Add an empty line between two large 'if' blocks. Reviewed-by: Tapani Pälli --- diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c index 825912b7b57..3e3fe2d0eda 100644 --- a/src/mesa/drivers/dri/i965/brw_context.c +++ b/src/mesa/drivers/dri/i965/brw_context.c @@ -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;