cpu/amd/pi/00730F01/update_microcode.c: Fix some white spaces issues

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: I420b9506381758c63b88435a915672507e8bc465
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65901
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes Haouas 2022-07-16 09:49:22 +02:00 committed by Martin L Roth
parent 68fc51faf2
commit 644a67c116
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ struct microcode {
uint8_t reserved2[4]; uint8_t reserved2[4];
uint8_t m_patch_data[F16H_MPB_MAX_SIZE-F16H_MPB_DATA_OFFSET]; uint8_t m_patch_data[F16H_MPB_MAX_SIZE - F16H_MPB_DATA_OFFSET];
} __packed; } __packed;
static void apply_microcode_patch(const struct microcode *m) static void apply_microcode_patch(const struct microcode *m)