From 93757e810d375040691bfaf0e7bf1a00e3036c95 Mon Sep 17 00:00:00 2001 From: Marko Gucanin Date: Mon, 5 Sep 2016 17:36:33 +0200 Subject: [PATCH] added space between ) and { --- platform/jn516x/dev/exceptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }