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>2017-11-18 09:22:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-18 09:22:54 +0300
commit40c8a182291ec252bcfd97850f88f7272608fed3 (patch)
tree91972c05c76c6bf8ff613da58935873273f0628c /source/blender/blentranslation
parent8f56cebe72098c49095860f1efc4f635dbf83b8c (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blentranslation')
-rw-r--r--source/blender/blentranslation/msgfmt/msgfmt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blentranslation/msgfmt/msgfmt.c b/source/blender/blentranslation/msgfmt/msgfmt.c
index 3abce7b1d3f..49f850f200c 100644
--- a/source/blender/blentranslation/msgfmt/msgfmt.c
+++ b/source/blender/blentranslation/msgfmt/msgfmt.c
@@ -184,7 +184,8 @@ typedef struct Offset {
} Offset;
/* Return the generated binary output. */
-static char *generate(GHash *messages, size_t *r_output_size) {
+static char *generate(GHash *messages, size_t *r_output_size)
+{
const uint32_t num_keys = BLI_ghash_size(messages);
/* Get list of sorted keys. */