From 46604f27876d0f9f7d882ca8b55fa4abe23bb174 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 5 Mar 2019 06:39:10 +0000 Subject: [PATCH] fixed indentataion --- hcl/lib/utl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hcl/lib/utl.c b/hcl/lib/utl.c index dece462..3eaf89e 100644 --- a/hcl/lib/utl.c +++ b/hcl/lib/utl.c @@ -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