cpu: Get rid of unnecessary blank line {before,after} barce

Change-Id: I9b710d279da6db9125519f58ecba109a4d9fa8e3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61554
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Elyes HAOUAS 2022-02-02 18:34:58 +01:00 committed by Felix Singer
commit 6c42fa20f6
9 changed files with 0 additions and 12 deletions

View file

@ -217,7 +217,6 @@ static const void *find_cbfs_microcode(void)
struct ext_sig_entry *entry = (struct ext_sig_entry *)(ext_tbl + 1);
for (i = 0; i < ext_tbl->ext_sig_cnt; i++, entry++) {
if ((sig == entry->sig) && (pf & entry->pf)) {
return ucode_updates;
}