]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: aegis128 - Fix indentation issue in crypto_aegis128_process_crypt()
authorRiyan Dhiman <riyandhiman14@gmail.com>
Tue, 3 Sep 2024 12:55:39 +0000 (18:25 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 13 Sep 2024 10:26:52 +0000 (18:26 +0800)
commit30fed346a3ffcf27da9e7a74466502116186146e
tree5bc4559afddd0f22b9201ba6be167f16322a241d
parentc398cb8eb0a263a1b7a18892d9f244751689675c
crypto: aegis128 - Fix indentation issue in crypto_aegis128_process_crypt()

The code in crypto_aegis128_process_crypt() had an indentation
issue where spaces were used instead of tabs. This commit
corrects the indentation to use tabs, adhering to the
Linux kernel coding style guidelines.

Issue reported by checkpatch:
- ERROR: code indent should use tabs where possible

No functional changes are intended.

Signed-off-by: Riyan Dhiman <riyandhiman14@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/aegis128-core.c