Skip to content

Commit b55708e

Browse files
committed
[NUC472] remove stray tabs to avoid formatting slips
1 parent c9e9052 commit b55708e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/TARGET_NUVOTON/TARGET_NUC472/trng_api.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ void CRYPTO_IRQHandler()
3838
if (PRNG_GET_INT_FLAG()) {
3939
g_PRNG_done = 1;
4040
PRNG_CLR_INT_FLAG();
41-
} else if (AES_GET_INT_FLAG()) {
41+
} else if (AES_GET_INT_FLAG()) {
4242
g_AES_done = 1;
43-
AES_CLR_INT_FLAG();
43+
AES_CLR_INT_FLAG();
4444
}
4545
}
4646

0 commit comments

Comments
 (0)