summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAnuj Phogat <[email protected]>2016-10-28 11:01:42 -0700
committerAnuj Phogat <[email protected]>2016-11-07 16:13:57 -0800
commitb0554c25e72777e974ac0dea37fd22e74e76b979 (patch)
tree41d1497103a4edb2fa8919389d3dfa0ae0c4e06d /src
parent501d608e56042aaa55b35ac6fc0e6a87f7430f84 (diff)
i965: Add space before paren
Signed-off-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/gen8_blend_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/gen8_blend_state.c b/src/mesa/drivers/dri/i965/gen8_blend_state.c
index c721da1a8f5..2e4e8bfed16 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;