etnaviv: fix code style
authorChristian Gmeiner <christian.gmeiner@gmail.com>
Sun, 20 Oct 2019 06:02:11 +0000 (08:02 +0200)
committerChristian Gmeiner <christian.gmeiner@gmail.com>
Sun, 20 Oct 2019 08:20:22 +0000 (10:20 +0200)
Fixes: 1194afdfe35 ("etnaviv: rework the stream flush to always go through the context flush")
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Jonathan Marek <jonathan@marek.ca>
src/gallium/drivers/etnaviv/etnaviv_context.c

index 5fdc77699ee07da4b3cd6563ba3b1ccf768aa87c..06b634d096641fee1c342fc36f86b031c9fae122 100644 (file)
@@ -355,7 +355,8 @@ etna_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info)
       pipe_resource_reference(&indexbuf, NULL);
 }
 
-static void etna_reset_gpu_state(struct etna_context *ctx)
+static void
+etna_reset_gpu_state(struct etna_context *ctx)
 {
    struct etna_cmd_stream *stream = ctx->stream;