summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2017-10-10 13:58:44 +0200
committerNicolai Hähnle <nicolai.haehnle@amd.com>2017-10-10 13:58:44 +0200
commit83c54a1402cfe495d79d151d94277996608197bf (patch)
treec3d275fa15f070baed5dd4ccad45b4bc1977824d /src
parent288dea076e3311530214aaaa53884a6d920b590a (diff)
downloadmesa-83c54a1402cfe495d79d151d94277996608197bf.tar.gz
st/mesa: whitespace fix
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'src')
-rw-r--r--src/mesa/state_tracker/st_texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_texture.h b/src/mesa/state_tracker/st_texture.h
index 0cde0c1f409..ea459bf6e24 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;
- };
+};
/**