Fix Astyle error

pull/12569/head
phst 2020-03-25 14:20:21 +01:00
parent 3dcd279fa1
commit ac20dfc745
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ static mbed_error_status_t handle_error(mbed_error_status_t error_status, unsign
//Call the error hook if available
if (error_hook != NULL) {
error_hook(&last_error_ctx);
} else {
{ else {
mbed_error_hook(&last_error_ctx);
}