From 4cbf2ebdc924db94681bb154e58385f32d1ba9a3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 6 Feb 2015 13:54:38 +1100 Subject: Cleanup: style --- source/blender/blenfont/intern/blf_lang.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenfont') diff --git a/source/blender/blenfont/intern/blf_lang.c b/source/blender/blenfont/intern/blf_lang.c index 7206d71b3b8..99e1aa5d3e3 100644 --- a/source/blender/blenfont/intern/blf_lang.c +++ b/source/blender/blenfont/intern/blf_lang.c @@ -209,7 +209,7 @@ void BLF_lang_init(void) * Would also be good to find nicer way to check if LANG is correct. */ const char *lang = getenv("LANG"); - if(lang != NULL) { + if (lang != NULL) { char *old_locale = setlocale(LC_ALL, NULL); /* Make a copy so subsequenct setlocale() doesn't interfere. */ old_locale = BLI_strdup(old_locale); -- cgit v1.2.3