[NUC472] remove stray tabs to avoid formatting slips

pull/4008/head
cyliangtw 2017-03-30 09:17:35 +08:00
parent c9e9052c5d
commit b55708ec65
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ void CRYPTO_IRQHandler()
if (PRNG_GET_INT_FLAG()) { if (PRNG_GET_INT_FLAG()) {
g_PRNG_done = 1; g_PRNG_done = 1;
PRNG_CLR_INT_FLAG(); PRNG_CLR_INT_FLAG();
} else if (AES_GET_INT_FLAG()) { } else if (AES_GET_INT_FLAG()) {
g_AES_done = 1; g_AES_done = 1;
AES_CLR_INT_FLAG(); AES_CLR_INT_FLAG();
} }
} }