crypto: khazad,wp512 - remove leading spaces before tabs
authorHui Tang <tanghui20@huawei.com>
Wed, 19 May 2021 05:59:44 +0000 (13:59 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 28 May 2021 07:11:44 +0000 (15:11 +0800)
commit308365483351fad2c2c15e173df60c7168c828a5
treebf9f8931c0be3fac0996284cf54ae4f382836d10
parent155f7d321f021c084595d33efafa66f197fb2c00
crypto: khazad,wp512 - remove leading spaces before tabs

There are a few leading spaces before tabs and remove it by running the
following commard:

$ find . -name '*.c' | xargs sed -r -i 's/^[ ]+\t/\t/'

At the same time, fix two warning by running checkpatch.pl:
WARNING: suspect code indent for conditional statements (16, 16)
WARNING: braces {} are not necessary for single statement blocks

Signed-off-by: Hui Tang <tanghui20@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/khazad.c
crypto/wp512.c