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;
|
h = FNV_MAGIC_INIT;
|
||||||
while (bp < be)
|
while (bp < be)
|
||||||
{
|
{
|
||||||
h ^= (moo_oow_t)(*bp++);
|
h ^= (moo_oow_t)(*bp++);
|
||||||
h *= FNV_MAGIC_PRIME;
|
h *= FNV_MAGIC_PRIME;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
/* SDBM hash is known to produce good overall distribution
|
/* SDBM hash is known to produce good overall distribution
|
||||||
|
Loading…
x
Reference in New Issue
Block a user