From c517778a8bf9a0fc8a60541528cbfaf3ec47c679 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 22 Jun 2018 08:18:02 +0200 Subject: Cleanup: style --- source/blender/blenfont/intern/blf_internal_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenfont') diff --git a/source/blender/blenfont/intern/blf_internal_types.h b/source/blender/blenfont/intern/blf_internal_types.h index a8ed10bc0bc..999773d0212 100644 --- a/source/blender/blenfont/intern/blf_internal_types.h +++ b/source/blender/blenfont/intern/blf_internal_types.h @@ -134,7 +134,7 @@ typedef struct GlyphBLF { int advance_i; /* texture id where this glyph is store. */ - GPUTexture* tex; + GPUTexture *tex; /* position inside the texture where this glyph is store. */ int offset_x; -- cgit v1.2.3