added space between ) and {

This commit is contained in:
Marko Gucanin 2016-09-05 17:36:33 +02:00
parent 1fc9bbe315
commit 93757e810d

View file

@ -354,7 +354,7 @@ exception_handler(uint32 *pu32Stack, eExceptionType eType)
} }
#endif #endif
if(eType == E_EXC_SYSCALL){ if(eType == E_EXC_SYSCALL) {
return; return;
} }