Mesa (master): nvc0: fix indentation in nvc0_screen_init()

Samuel Pitoiset hakzsam at kemper.freedesktop.org
Tue Aug 30 16:43:18 UTC 2016


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

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Tue Aug 30 16:45:30 2016 +0200

nvc0: fix indentation in nvc0_screen_init()

Trivial.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

---

 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
index b683804..a4f1605 100644
--- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
+++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
@@ -911,7 +911,7 @@ nvc0_screen_create(struct nouveau_device *dev)
                     screen->base.drm->version >= 0x01000101);
    BEGIN_NVC0(push, NVC0_3D(RT_COMP_ENABLE(0)), 8);
    for (i = 0; i < 8; ++i)
-           PUSH_DATA(push, screen->base.drm->version >= 0x01000101);
+      PUSH_DATA(push, screen->base.drm->version >= 0x01000101);
 
    BEGIN_NVC0(push, NVC0_3D(RT_CONTROL), 1);
    PUSH_DATA (push, 1);




More information about the mesa-commit mailing list