fixed indentataion
This commit is contained in:
		| @ -64,8 +64,8 @@ hcl_oow_t hcl_hash_bytes (const hcl_oob_t* ptr, hcl_oow_t len) | |||||||
| 	h = FNV_MAGIC_INIT; | 	h = FNV_MAGIC_INIT; | ||||||
| 	while (bp < be) | 	while (bp < be) | ||||||
| 	{ | 	{ | ||||||
| 		 h ^= (hcl_oow_t)(*bp++); | 		h ^= (hcl_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 | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user