Module: Mesa Branch: master Commit: 83c54a1402cfe495d79d151d94277996608197bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=83c54a1402cfe495d79d151d94277996608197bf
Author: Nicolai Hähnle <[email protected]> Date: Tue Oct 10 13:58:44 2017 +0200 st/mesa: whitespace fix Reviewed-by: Marek Olšák <[email protected]> --- src/mesa/state_tracker/st_texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/state_tracker/st_texture.h b/src/mesa/state_tracker/st_texture.h index 0cde0c1f40..ea459bf6e2 100644 --- a/src/mesa/state_tracker/st_texture.h +++ b/src/mesa/state_tracker/st_texture.h @@ -70,7 +70,7 @@ struct st_texture_image * mapping/unmapping, as well as image copies. */ GLubyte *etc_data; - }; +}; /** _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
