i965: Add space before paren
authorAnuj Phogat <anuj.phogat@gmail.com>
Fri, 28 Oct 2016 18:01:42 +0000 (11:01 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Tue, 8 Nov 2016 00:13:57 +0000 (16:13 -0800)
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/drivers/dri/i965/gen8_blend_state.c

index c721da1..2e4e8bf 100644 (file)
@@ -218,7 +218,7 @@ gen8_upload_ps_blend(struct brw_context *brw)
    if (brw_color_buffer_write_enabled(brw))
       dw1 |= GEN8_PS_BLEND_HAS_WRITEABLE_RT;
 
-   if(!buffer0_is_integer) {
+   if (!buffer0_is_integer) {
       /* _NEW_COLOR */
       if (ctx->Color.AlphaEnabled)
          dw1 |= GEN8_PS_BLEND_ALPHA_TEST_ENABLE;