summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIago Toral Quiroga <itoral@igalia.com>2016-07-05 14:06:37 +0200
committerIago Toral Quiroga <itoral@igalia.com>2016-07-05 14:06:37 +0200
commitfa0654fc3c3051fb4230cad3623227256b6f5c79 (patch)
treec44c7edd98dcdc81f079d5f99b0630923561431f
parentd92ac671261de20952eeb9d352a9ef37db0f9b4f (diff)
i965: Remove trailing whitespace
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
-rw-r--r--src/mesa/drivers/dri/i965/brw_blorp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_blorp.h b/src/mesa/drivers/dri/i965/brw_blorp.h
index 07cc3c1a3a1..c8f62193c1d 100644
--- a/src/mesa/drivers/dri/i965/brw_blorp.h
+++ b/src/mesa/drivers/dri/i965/brw_blorp.h
@@ -254,7 +254,7 @@ brw_blorp_get_urb_length(const struct brw_blorp_prog_data *prog_data)
if (prog_data == NULL)
return 1;
- /* From the BSpec: 3D Pipeline - Strips and Fans - 3DSTATE_SBE
+ /* From the BSpec: 3D Pipeline - Strips and Fans - 3DSTATE_SBE
*
* read_length = ceiling((max_source_attr+1)/2)
*/