diff --git a/platform/jn516x/dev/exceptions.c b/platform/jn516x/dev/exceptions.c index e23ff2906..2991de639 100644 --- a/platform/jn516x/dev/exceptions.c +++ b/platform/jn516x/dev/exceptions.c @@ -354,7 +354,7 @@ exception_handler(uint32 *pu32Stack, eExceptionType eType) } #endif - if(eType == E_EXC_SYSCALL){ + if(eType == E_EXC_SYSCALL) { return; }