swr: [rasterizer core] removed tabs that snuck in
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
@@ -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--;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user