etnaviv: untabify
[mesa.git] / src / gallium / drivers / etnaviv / etnaviv_context.c
index a59338490b62396b96d2583a19b6f2fffcf612e1..b0a56c6c9b99a893bbba424254f787642cc8e7d7 100644 (file)
@@ -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);