mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-11 22:37:04 +00:00
crypto: aegis - fix indentation of a statement
Trival fix to correct the indentation of a single statement Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
ea23cb533c
commit
b25c1199ac
@ -121,7 +121,7 @@ static void crypto_aegis128l_ad(struct aegis_state *state,
|
|||||||
(const union aegis_chunk *)src;
|
(const union aegis_chunk *)src;
|
||||||
|
|
||||||
while (size >= AEGIS128L_CHUNK_SIZE) {
|
while (size >= AEGIS128L_CHUNK_SIZE) {
|
||||||
crypto_aegis128l_update_a(state, src_chunk);
|
crypto_aegis128l_update_a(state, src_chunk);
|
||||||
|
|
||||||
size -= AEGIS128L_CHUNK_SIZE;
|
size -= AEGIS128L_CHUNK_SIZE;
|
||||||
src_chunk += 1;
|
src_chunk += 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user