added space between ) and {

This commit is contained in:
Marko Gucanin 2016-09-05 17:36:33 +02:00
parent 1fc9bbe315
commit 93757e810d
1 changed files with 1 additions and 1 deletions

View File

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