[Mesa-dev] [PATCH v2 08/19] swr: [rasterizer core] removed tabs that snuck in
Tim Rowley
timothy.o.rowley at intel.com
Tue May 17 22:36:30 UTC 2016
---
src/gallium/drivers/swr/rasterizer/core/pa.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/gallium/drivers/swr/rasterizer/core/pa.h b/src/gallium/drivers/swr/rasterizer/core/pa.h
index eb8403c..c98ea14 100644
--- a/src/gallium/drivers/swr/rasterizer/core/pa.h
+++ b/src/gallium/drivers/swr/rasterizer/core/pa.h
@@ -508,10 +508,10 @@ struct PA_STATE_CUT : public PA_STATE
(this->*pfnPa)(this->curVertex, false);
}
- this->curVertex++;
- if (this->curVertex >= this->numVerts) {
- this->curVertex = 0;
- }
+ this->curVertex++;
+ if (this->curVertex >= this->numVerts) {
+ this->curVertex = 0;
+ }
this->numRemainingVerts--;
}
--
1.9.1
More information about the mesa-dev
mailing list