i965: remove trailing spaces in various files

Acked-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Iago Toral Quiroga 2015-11-24 12:49:55 +01:00
parent 1af0d9d939
commit 2bba2152e4
11 changed files with 29 additions and 34 deletions

View file

@ -533,6 +533,3 @@ void brw_emit_unfilled_clip( struct brw_clip_compile *c )
emit_unfilled_primitives(c); emit_unfilled_primitives(c);
brw_clip_kill_thread(c); brw_clip_kill_thread(c);
} }

View file

@ -245,7 +245,6 @@ static void do_flatshade_line( struct brw_sf_compile *c )
} }
/*********************************************************************** /***********************************************************************
* Triangle setup. * Triangle setup.
*/ */

View file

@ -529,7 +529,6 @@ intel_create_image(__DRIscreen *screen,
if (image == NULL) if (image == NULL)
return NULL; return NULL;
cpp = _mesa_get_format_bytes(image->format); cpp = _mesa_get_format_bytes(image->format);
image->bo = drm_intel_bo_alloc_tiled(intelScreen->bufmgr, "image", image->bo = drm_intel_bo_alloc_tiled(intelScreen->bufmgr, "image",
width, height, cpp, &tiling, width, height, cpp, &tiling,