fixed indentataion
This commit is contained in:
parent
947f6080d1
commit
ad985e3862
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user