diff options
author | Tim Rowley <[email protected]> | 2017-10-06 13:50:14 -0500 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2017-10-19 13:10:55 -0500 |
commit | 04ea03d99d8810a7df5aca059ff00c26ecaa71ee (patch) | |
tree | b73be53afac3bc06fd72c91417678cd1935c411f /src/gallium/drivers/swr | |
parent | 62e2d657c868ee7c7ad6a24269c81a9827c66b8f (diff) |
swr/rast: Fix indentation
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr')
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/core/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/core/state.h b/src/gallium/drivers/swr/rasterizer/core/state.h index f7c9308be0c..d9450fcbd75 100644 --- a/src/gallium/drivers/swr/rasterizer/core/state.h +++ b/src/gallium/drivers/swr/rasterizer/core/state.h @@ -820,7 +820,7 @@ struct SWR_TS_STATE uint32_t numDsOutputAttribs; // Offset to the start of the attributes of the input vertices, in simdvector units - uint32_t vertexAttribOffset; + uint32_t vertexAttribOffset; }; // output merger state |