security/tpm/tspi/crtm.c: Fix space required before open brace error

Fix checkpatch error.

Change-Id: I890fcfa4ad7b7abe032248b435271514e8e264f3
Signed-off-by: Naveen R. Iyer <iyernaveenr@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82001
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Naveen R. Iyer 2024-04-19 17:26:17 -05:00 committed by Felix Singer
parent 8b53aa6eee
commit 93cbbbfc7f

View File

@ -67,7 +67,7 @@ static tpm_result_t tspi_init_crtm(void)
if (rc)
return rc;
}
} else if (CONFIG(BOOTBLOCK_IN_CBFS)){
} else if (CONFIG(BOOTBLOCK_IN_CBFS)) {
/* Mapping measures the file. We know we can safely map here because
bootblock-as-a-file is only used on x86, where we don't need cache to map. */
enum cbfs_type type = CBFS_TYPE_BOOTBLOCK;