swr: [rasterizer core] removed tabs that snuck in

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
Tim Rowley 2016-05-05 13:47:03 -06:00
parent 8e39d410f1
commit 759d8cf3a3

View file

@ -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--;
}