From: Tim Rowley Date: Thu, 5 May 2016 19:47:03 +0000 (-0600) Subject: swr: [rasterizer core] removed tabs that snuck in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=759d8cf3a3afedf8e3787787785f93278fd3acab;p=mesa.git swr: [rasterizer core] removed tabs that snuck in Reviewed-by: Bruce Cherniak --- 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--; }