diff options
author | Iago Toral Quiroga <[email protected]> | 2016-07-05 14:06:37 +0200 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2016-07-05 14:06:37 +0200 |
commit | fa0654fc3c3051fb4230cad3623227256b6f5c79 (patch) | |
tree | c44c7edd98dcdc81f079d5f99b0630923561431f /src/mesa/drivers/dri/i965/brw_blorp.h | |
parent | d92ac671261de20952eeb9d352a9ef37db0f9b4f (diff) |
i965: Remove trailing whitespace
Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_blorp.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_blorp.h | 2 |
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) */ |