mirror of https://github.com/ARMmbed/mbed-os.git
[NUC472] remove stray tabs to avoid formatting slips
parent
c9e9052c5d
commit
b55708ec65
|
@ -38,9 +38,9 @@ void CRYPTO_IRQHandler()
|
|||
if (PRNG_GET_INT_FLAG()) {
|
||||
g_PRNG_done = 1;
|
||||
PRNG_CLR_INT_FLAG();
|
||||
} else if (AES_GET_INT_FLAG()) {
|
||||
} else if (AES_GET_INT_FLAG()) {
|
||||
g_AES_done = 1;
|
||||
AES_CLR_INT_FLAG();
|
||||
AES_CLR_INT_FLAG();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue