swr: [rasterizer core] removed tabs that snuck in
authorTim Rowley <timothy.o.rowley@intel.com>
Thu, 5 May 2016 19:47:03 +0000 (13:47 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Thu, 19 May 2016 21:26:14 +0000 (16:26 -0500)
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/core/pa.h

index eb8403c9261f801f824f971c60d5650dc54f89ba..c98ea14e24453d7b717ff6b162f55ae84aaf99a1 100644 (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--;
         }