diff options
author | Lyude <[email protected]> | 2017-03-22 20:51:06 -0400 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2017-03-30 11:59:51 -0700 |
commit | e5c6c421c4a6a3f7dc3aaefb617428affffdf008 (patch) | |
tree | d4c401b0339777c09a6cd6b882c37bc9153ed7cb /src/gallium/drivers/vc4/vc4_screen.c | |
parent | e113dfabad5c60ce3082c65abe3b2e5689bdf31b (diff) |
vc4: Fix indenting in vc4_screen_get_param()
Signed-off-by: Lyude <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_screen.c')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_screen.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/vc4/vc4_screen.c b/src/gallium/drivers/vc4/vc4_screen.c index b53e71d5b36..46229a75726 100644 --- a/src/gallium/drivers/vc4/vc4_screen.c +++ b/src/gallium/drivers/vc4/vc4_screen.c @@ -225,8 +225,8 @@ vc4_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param) case PIPE_CAP_STRING_MARKER: case PIPE_CAP_SURFACE_REINTERPRET_BLOCKS: case PIPE_CAP_QUERY_BUFFER_OBJECT: - case PIPE_CAP_QUERY_MEMORY_INFO: - case PIPE_CAP_PCI_GROUP: + case PIPE_CAP_QUERY_MEMORY_INFO: + case PIPE_CAP_PCI_GROUP: case PIPE_CAP_PCI_BUS: case PIPE_CAP_PCI_DEVICE: case PIPE_CAP_PCI_FUNCTION: @@ -246,7 +246,7 @@ vc4_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param) case PIPE_CAP_DOUBLES: case PIPE_CAP_INT64: case PIPE_CAP_INT64_DIVMOD: - case PIPE_CAP_TGSI_TEX_TXF_LZ: + case PIPE_CAP_TGSI_TEX_TXF_LZ: return 0; /* Stream output. */ |