st/mesa: whitespace fix
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Tue, 10 Oct 2017 11:58:44 +0000 (13:58 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Tue, 10 Oct 2017 11:58:44 +0000 (13:58 +0200)
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/state_tracker/st_texture.h

index 0cde0c1f4092e6f8c7e735e9a34a420b762dd121..ea459bf6e2496fa4d4a5cf6dab6235288a7a2d3f 100644 (file)
@@ -70,7 +70,7 @@ struct st_texture_image
     * mapping/unmapping, as well as image copies.
     */
    GLubyte *etc_data;
- };
+};
 
 
 /**