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-03-21 08:40:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-21 08:40:43 +0300
commit0025d90b98c69dd4ed149918e716b92c81328bbb (patch)
tree6fd0b9776b5cd104a46036a42d95e25f1e74f943 /source/blender/blenlib/intern/hash_mm2a.c
parente0611ca832d793694cbda0fbae1a4388b81fc589 (diff)
Cleanup: use tabs
Diffstat (limited to 'source/blender/blenlib/intern/hash_mm2a.c')
-rw-r--r--source/blender/blenlib/intern/hash_mm2a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/hash_mm2a.c b/source/blender/blenlib/intern/hash_mm2a.c
index 87ba542e147..af6ef4f355f 100644
--- a/source/blender/blenlib/intern/hash_mm2a.c
+++ b/source/blender/blenlib/intern/hash_mm2a.c
@@ -135,7 +135,7 @@ uint32_t BLI_hash_mm2(const unsigned char *data, size_t len, uint32_t seed)
case 1:
h ^= data[0];
h *= MM2A_M;
- };
+ }
/* Do a few final mixes of the hash to ensure the last few bytes are well-incorporated. */
MM2A_MIX_FINALIZE(h);