added space between ) and {
This commit is contained in:
parent
1fc9bbe315
commit
93757e810d
|
@ -354,7 +354,7 @@ exception_handler(uint32 *pu32Stack, eExceptionType eType)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(eType == E_EXC_SYSCALL){
|
if(eType == E_EXC_SYSCALL) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue