Mesa (master): swr/rast: Fix indentation

Tim Rowley torowley at kemper.freedesktop.org
Thu Oct 19 18:21:19 UTC 2017


Module: Mesa
Branch: master
Commit: 04ea03d99d8810a7df5aca059ff00c26ecaa71ee
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=04ea03d99d8810a7df5aca059ff00c26ecaa71ee

Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Fri Oct  6 13:50:14 2017 -0500

swr/rast: Fix indentation

Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

---

 src/gallium/drivers/swr/rasterizer/core/state.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/swr/rasterizer/core/state.h b/src/gallium/drivers/swr/rasterizer/core/state.h
index f7c9308be0..d9450fcbd7 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




More information about the mesa-commit mailing list