summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2016-08-30 16:45:30 +0200
committerSamuel Pitoiset <[email protected]>2016-08-30 18:42:02 +0200
commit6820f75c91b7b6eb60b1cbef4903677235d512de (patch)
treec42ee9cb46ab63346db84d1f0bfe9af53d146799
parent0fc3b7c88edc5f28d01230a7575f9b75c615e929 (diff)
nvc0: fix indentation in nvc0_screen_init()
Trivial. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]>
-rw-r--r--src/gallium/drivers/nouveau/nvc0/nvc0_screen.c2
1 files changed, 1 insertions, 1 deletions
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);