fixed indentataion

This commit is contained in:
hyung-hwan 2019-03-05 06:39:10 +00:00
parent 947f6080d1
commit ad985e3862

View File

@ -64,8 +64,8 @@ hcl_oow_t hcl_hash_bytes (const hcl_oob_t* ptr, hcl_oow_t len)
h = FNV_MAGIC_INIT;
while (bp < be)
{
h ^= (hcl_oow_t)(*bp++);
h *= FNV_MAGIC_PRIME;
h ^= (hcl_oow_t)(*bp++);
h *= FNV_MAGIC_PRIME;
}
#else
/* SDBM hash is known to produce good overall distribution