From: Guido Günther Date: Fri, 31 May 2019 12:35:06 +0000 (+0200) Subject: etnaviv: untabify X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=3835e21369d2b322d170d997be35c1dbf87bb24f etnaviv: untabify Two driver files had tabs mixed with spaces. Remove the tabs. Signed-off-by: Guido Günther Reviewed-by: Christian Gmeiner --- diff --git a/src/gallium/drivers/etnaviv/etnaviv_blend.c b/src/gallium/drivers/etnaviv/etnaviv_blend.c index 061c9af5247..366be02f0ca 100644 --- a/src/gallium/drivers/etnaviv/etnaviv_blend.c +++ b/src/gallium/drivers/etnaviv/etnaviv_blend.c @@ -173,7 +173,7 @@ etna_update_blend_color(struct etna_context *ctx) VIVS_PE_ALPHA_BLEND_COLOR_G(etna_cfloat_to_uint8(cs->color[1])) | VIVS_PE_ALPHA_BLEND_COLOR_B(etna_cfloat_to_uint8(cs->color[2])) | VIVS_PE_ALPHA_BLEND_COLOR_A(etna_cfloat_to_uint8(cs->color[3])); - } + } - return true; + return true; } diff --git a/src/gallium/drivers/etnaviv/etnaviv_context.c b/src/gallium/drivers/etnaviv/etnaviv_context.c index a59338490b6..b0a56c6c9b9 100644 --- a/src/gallium/drivers/etnaviv/etnaviv_context.c +++ b/src/gallium/drivers/etnaviv/etnaviv_context.c @@ -316,8 +316,8 @@ etna_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, etna_hw_query_suspend(hq, ctx); etna_cmd_stream_flush2(ctx->stream, ctx->in_fence_fd, - (flags & PIPE_FLUSH_FENCE_FD) ? &out_fence_fd : - NULL); + (flags & PIPE_FLUSH_FENCE_FD) ? &out_fence_fd : + NULL); list_for_each_entry(struct etna_hw_query, hq, &ctx->active_hw_queries, node) etna_hw_query_resume(hq, ctx);