From: Wang Qing Date: Fri, 7 May 2021 01:03:28 +0000 (-0700) Subject: lib: fix inconsistent indenting in process_bit1() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b8cf20277941f6954f12a8d5a54eb334c806a6a3;p=linux.git lib: fix inconsistent indenting in process_bit1() Smatch gives the warning: lib/decompress_unlzma.c:395 process_bit1() warn: inconsistent indenting Link: https://lkml.kernel.org/r/1614567775-4478-1-git-send-email-wangqing@vivo.com Signed-off-by: Wang Qing Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/decompress_unlzma.c b/lib/decompress_unlzma.c index 1cf409ef8d040..20a858031f12b 100644 --- a/lib/decompress_unlzma.c +++ b/lib/decompress_unlzma.c @@ -391,7 +391,7 @@ static inline int INIT process_bit0(struct writer *wr, struct rc *rc, static inline int INIT process_bit1(struct writer *wr, struct rc *rc, struct cstate *cst, uint16_t *p, int pos_state, uint16_t *prob) { - int offset; + int offset; uint16_t *prob_len; int num_bits; int len;