From fa0654fc3c3051fb4230cad3623227256b6f5c79 Mon Sep 17 00:00:00 2001 From: Iago Toral Quiroga Date: Tue, 5 Jul 2016 14:06:37 +0200 Subject: [PATCH] i965: Remove trailing whitespace Reviewed-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/brw_blorp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */ -- 2.7.4