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/blenlib/intern/hash_md5.c
parente2eeb46a1bda8cf49a70e78a45d12fede27a1af9 (diff)
Cleanup: brace placement /w structs
Diffstat (limited to 'source/blender/blenlib/intern/hash_md5.c')
-rw-r--r--source/blender/blenlib/intern/hash_md5.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenlib/intern/hash_md5.c b/source/blender/blenlib/intern/hash_md5.c
index 4eec38278e9..d98b915983c 100644
--- a/source/blender/blenlib/intern/hash_md5.c
+++ b/source/blender/blenlib/intern/hash_md5.c
@@ -81,8 +81,7 @@
* 'BLI_hash_md5_stream' and 'BLI_hash_md5_buffer'. */
/* Structure to save state of computation between the single steps. */
-struct md5_ctx
-{
+struct md5_ctx {
md5_uint32 A;
md5_uint32 B;
md5_uint32 C;