Skip to content

Commit ac20dfc

Browse files
Fix Astyle error
1 parent 3dcd279 commit ac20dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/source/mbed_error.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ static mbed_error_status_t handle_error(mbed_error_status_t error_status, unsign
197197
//Call the error hook if available
198198
if (error_hook != NULL) {
199199
error_hook(&last_error_ctx);
200-
} else {
200+
{ else {
201201
mbed_error_hook(&last_error_ctx);
202202
}
203203

0 commit comments

Comments
 (0)