diff options
author | Ilia Mirkin <[email protected]> | 2015-10-31 19:54:38 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-10-31 19:58:14 -0400 |
commit | 67635a0a713e54939f1f72ba8db2b3099988a925 (patch) | |
tree | ae97f50d978c0fcf3102f97503fa234ecf895bbe /src/gallium/drivers/nouveau/nv50/nv50_surface.c | |
parent | 0ef8c5cb96f6b1fea7c18c25fbff2adb6d7d0736 (diff) |
nouveau: get rid of tabs
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nv50/nv50_surface.c')
-rw-r--r-- | src/gallium/drivers/nouveau/nv50/nv50_surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nv50/nv50_surface.c b/src/gallium/drivers/nouveau/nv50/nv50_surface.c index 0b96e528070..237d76d6adb 100644 --- a/src/gallium/drivers/nouveau/nv50/nv50_surface.c +++ b/src/gallium/drivers/nouveau/nv50/nv50_surface.c @@ -274,7 +274,7 @@ nv50_resource_copy_region(struct pipe_context *pipe, static void nv50_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, - const union pipe_color_union *color, + const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) { |