Mesa (master): swr: [rasterizer core] removed tabs that snuck in

Tim Rowley torowley at kemper.freedesktop.org
Thu May 19 21:33:51 UTC 2016


Module: Mesa
Branch: master
Commit: 759d8cf3a3afedf8e3787787785f93278fd3acab
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=759d8cf3a3afedf8e3787787785f93278fd3acab

Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Thu May  5 13:47:03 2016 -0600

swr: [rasterizer core] removed tabs that snuck in

Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

---

 src/gallium/drivers/swr/rasterizer/core/pa.h | 8 ++++----
 1 file 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 eb8403c..c98ea14 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--;
         }
 




More information about the mesa-commit mailing list