[Mesa-dev] [PATCH 3/7] swr/rast: Fix indentation

Tim Rowley timothy.o.rowley at intel.com
Thu Oct 19 13:12:24 UTC 2017


---
 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 f7c9308..d9450fc 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
-- 
2.7.4



More information about the mesa-dev mailing list