llvmpipe: Indentation fix

Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17746>
This commit is contained in:
Adam Jackson 2022-07-26 14:13:04 -04:00 committed by Marge Bot
parent 419b52f1de
commit b611195490
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ lp_scene_end_rasterization(struct lp_scene *scene )
j++;
llvmpipe_resource_unmap(ref->resource[i], 0, 0);
pipe_resource_reference(&ref->resource[i], NULL);
}
}
}
for (struct resource_ref *ref = scene->writeable_resources; ref;