i965: Remove trailing whitespace
authorIago Toral Quiroga <itoral@igalia.com>
Tue, 5 Jul 2016 12:06:37 +0000 (14:06 +0200)
committerIago Toral Quiroga <itoral@igalia.com>
Tue, 5 Jul 2016 12:06:37 +0000 (14:06 +0200)
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_blorp.h

index 07cc3c1..c8f6219 100644 (file)
@@ -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)
     */