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

Author: Anuj Phogat <[email protected]>
Date:   Fri Oct 28 11:01:42 2016 -0700

i965: Add space before paren

Signed-off-by: Anuj Phogat <[email protected]>

---

 src/mesa/drivers/dri/i965/gen8_blend_state.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/gen8_blend_state.c 
b/src/mesa/drivers/dri/i965/gen8_blend_state.c
index c721da1..2e4e8bf 100644
--- a/src/mesa/drivers/dri/i965/gen8_blend_state.c
+++ b/src/mesa/drivers/dri/i965/gen8_blend_state.c
@@ -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;

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to