From 032d83ecc411428a768e0b405fe73066dc6640ea Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 27 May 2012 20:13:59 +0000 Subject: style cleanup: defines with braces --- source/blender/blenfont/intern/blf_font.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenfont') diff --git a/source/blender/blenfont/intern/blf_font.c b/source/blender/blenfont/intern/blf_font.c index 1b4ce59067d..6ab942f4e4d 100644 --- a/source/blender/blenfont/intern/blf_font.c +++ b/source/blender/blenfont/intern/blf_font.c @@ -132,7 +132,7 @@ static void blf_font_ensure_ascii_table(FontBLF *font) _g = blf_glyph_add(_font, \ FT_Get_Char_Index((_font)->face, _c), _c); \ } \ - } \ + } (void)0 #define BLF_KERNING_VARS(_font, _has_kerning, _kern_mode) \ @@ -155,7 +155,7 @@ static void blf_font_ensure_ascii_table(FontBLF *font) _pen_x += delta.x >> 6; \ } \ } \ -} \ +} (void)0 void blf_font_draw(FontBLF *font, const char *str, unsigned int len) { -- cgit v1.2.3