src/commonlib: Drop unneeded empty lines

Change-Id: Ib3db132aa649b6895f41290df049f87a9f36dc52
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44606
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Elyes HAOUAS
2020-08-19 21:50:01 +02:00
committed by Michael Niewöhner
parent 0938be9269
commit 0dd92f8222
4 changed files with 0 additions and 8 deletions

View File

@ -265,7 +265,6 @@ int sd_set_bus_width(struct storage_media *media)
return 0;
}
int sd_set_partition(struct storage_media *media,
unsigned int partition_number)
{