fixed indentataion

This commit is contained in:
hyunghwan.chung 2019-03-05 06:40:01 +00:00
parent 5737422376
commit ec5f881951

View File

@ -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