fixed indentataion
This commit is contained in:
parent
5737422376
commit
ec5f881951
@ -246,8 +246,8 @@ moo_oow_t moo_hash_bytes (const moo_oob_t* ptr, moo_oow_t len)
|
||||
h = FNV_MAGIC_INIT;
|
||||
while (bp < be)
|
||||
{
|
||||
h ^= (moo_oow_t)(*bp++);
|
||||
h *= FNV_MAGIC_PRIME;
|
||||
h ^= (moo_oow_t)(*bp++);
|
||||
h *= FNV_MAGIC_PRIME;
|
||||
}
|
||||
#else
|
||||
/* SDBM hash is known to produce good overall distribution
|
||||
|
Loading…
x
Reference in New Issue
Block a user