Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-04-07 04:25:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-07 04:25:42 +0300
commit9510137d1237f0bb493313cb65a79479ec77e4ce (patch)
treeefd8fb78bea8b41b84dd053c7251eb2587aed0ef /source/blender/blenfont
parente2eeb46a1bda8cf49a70e78a45d12fede27a1af9 (diff)
Cleanup: brace placement /w structs
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/BLF_translation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenfont/BLF_translation.h b/source/blender/blenfont/BLF_translation.h
index b42e6f80022..49bfdbfe877 100644
--- a/source/blender/blenfont/BLF_translation.h
+++ b/source/blender/blenfont/BLF_translation.h
@@ -180,8 +180,7 @@ const char *BLF_translate_do_new_dataname(const char *msgctxt, const char *msgid
#define BLF_I18NCONTEXT_ID_MASK "Mask"
/* Helper for bpy.app.i18n object... */
-typedef struct
-{
+typedef struct {
const char *c_id;
const char *py_id;
const char *value;