From: Iago Toral Quiroga Date: Tue, 5 Jul 2016 12:06:37 +0000 (+0200) Subject: i965: Remove trailing whitespace X-Git-Tag: upstream/17.1.0~8283 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa0654fc3c3051fb4230cad3623227256b6f5c79;p=platform%2Fupstream%2Fmesa.git i965: Remove trailing whitespace Reviewed-by: Topi Pohjolainen --- diff --git a/src/mesa/drivers/dri/i965/brw_blorp.h b/src/mesa/drivers/dri/i965/brw_blorp.h index 07cc3c1..c8f6219 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) */