From ace462237f1223a41f6d29d1fe29652fcf435882 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 5 Apr 2016 13:25:23 +0200 Subject: [PATCH] Hashlib indenting fix --- kernel/hashlib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/hashlib.h b/kernel/hashlib.h index 280b1693f..abdeefa13 100644 --- a/kernel/hashlib.h +++ b/kernel/hashlib.h @@ -136,8 +136,8 @@ struct hash_cstr_ops { static inline unsigned int hash(const char *a) { unsigned int hash = mkhash_init; while (*a) - hash = mkhash(hash, *(a++)); - return hash; + hash = mkhash(hash, *(a++)); + return hash; } }; -- 2.30.2