etnaviv: fix indentation
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Tested-by: Philipp Zabel p.zabel@pengutronix.de Reviewed-by: Simon Ser <contact@emersion.fr> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12904>
This commit is contained in:
committed by
Marge Bot
parent
f7168feb9b
commit
075649a38d
@@ -181,7 +181,7 @@ etna_drm_screen_create_renderonly(struct renderonly *ro)
|
||||
* ie. pipe driver having to call in to winsys, we
|
||||
* override the pipe drivers screen->destroy() */
|
||||
etna_screen(pscreen)->winsys_priv = pscreen->destroy;
|
||||
pscreen->destroy = etna_drm_screen_destroy;
|
||||
pscreen->destroy = etna_drm_screen_destroy;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user