mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-03-06 06:30:50 +00:00
added space between ) and {
This commit is contained in:
parent
1fc9bbe315
commit
93757e810d
@ -354,7 +354,7 @@ exception_handler(uint32 *pu32Stack, eExceptionType eType)
|
||||
}
|
||||
#endif
|
||||
|
||||
if(eType == E_EXC_SYSCALL){
|
||||
if(eType == E_EXC_SYSCALL) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user