From: Samuel Pitoiset Date: Tue, 30 Aug 2016 14:45:30 +0000 (+0200) Subject: nvc0: fix indentation in nvc0_screen_init() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6820f75c91b7b6eb60b1cbef4903677235d512de;p=mesa.git nvc0: fix indentation in nvc0_screen_init() Trivial. Signed-off-by: Samuel Pitoiset Reviewed-by: Ilia Mirkin --- diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c index b683804fe1a..a4f16055212 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);