commonlib: Remove blank lines before '}' and after '{'

Change-Id: I57686e68b4b1bdb28a15b69e55b71c98b0b53a1f
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81492
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
Elyes Haouas
2024-03-23 15:44:31 +01:00
parent d586545bf8
commit 57351dd872

View File

@@ -144,7 +144,6 @@ static int mmc_switch(struct storage_media *media, uint8_t index, uint8_t value)
/* Waiting for the ready status */
sd_mmc_send_status(media, SD_MMC_IO_RETRIES);
return ret;
}
static void mmc_recalculate_clock(struct storage_media *media)