diff options
author | Riyan Dhiman <riyandhiman14@gmail.com> | 2024-09-03 18:25:39 +0530 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-09-13 18:26:52 +0800 |
commit | 30fed346a3ffcf27da9e7a74466502116186146e (patch) | |
tree | 5bc4559afddd0f22b9201ba6be167f16322a241d /init | |
parent | c398cb8eb0a263a1b7a18892d9f244751689675c (diff) |
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>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions