From 57351dd872746392175f5684b04ac9fb0a5d5538 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 23 Mar 2024 15:44:31 +0100 Subject: [PATCH] commonlib: Remove blank lines before '}' and after '{' Change-Id: I57686e68b4b1bdb28a15b69e55b71c98b0b53a1f Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/81492 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/commonlib/storage/mmc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commonlib/storage/mmc.c b/src/commonlib/storage/mmc.c index 135105db96..6ba2250669 100644 --- a/src/commonlib/storage/mmc.c +++ b/src/commonlib/storage/mmc.c @@ -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)