Skip to content

Commit af377d6

Browse files
author
Seppo Takalo
committed
Remove empty else paths
1 parent a1a0485 commit af377d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/storage/pal-blockdevice/source/arm_uc_pal_blockdevice_implementation.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,15 +276,12 @@ arm_uc_error_t ARM_UC_PAL_BlockDevice_Prepare(uint32_t slot_id,
276276

277277
/* signal done */
278278
pal_blockdevice_signal_internal(ARM_UC_PAAL_EVENT_PREPARE_DONE);
279-
} else {
280279
}
281-
} else {
282280
}
283281
} else {
284282
result.code = PAAL_ERR_FIRMWARE_TOO_LARGE;
285283
}
286284
}
287-
} else {
288285
}
289286
}
290287

0 commit comments

Comments
 (0)