diff options
author | Tim Rowley <[email protected]> | 2016-05-05 13:47:03 -0600 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2016-05-19 16:26:14 -0500 |
commit | 759d8cf3a3afedf8e3787787785f93278fd3acab (patch) | |
tree | 266a171b5390187101744eb535bead2c8a21f1f2 /src/gallium/drivers/swr/rasterizer | |
parent | 8e39d410f1d1c946f3dd3bda2458b8f04560f31b (diff) |
swr: [rasterizer core] removed tabs that snuck in
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/rasterizer')
-rw-r--r-- | src/gallium/drivers/swr/rasterizer/core/pa.h | 8 |
1 files 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 eb8403c9261..c98ea14e244 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--; } |