Fix Astyle error

pull/12569/head
phst 2020-03-25 15:37:13 +01:00
parent ac20dfc745
commit 413b6d62f4
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 //Call the error hook if available
if (error_hook != NULL) { if (error_hook != NULL) {
error_hook(&last_error_ctx); error_hook(&last_error_ctx);
{ else { } else {
mbed_error_hook(&last_error_ctx); mbed_error_hook(&last_error_ctx);
} }