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>
diff --git a/src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h b/src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h
index af4baf5..3c76a49f 100644
--- a/src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h
+++ b/src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h
@@ -144,7 +144,6 @@
 	uint32_t alignment;
 } __packed;
 
-
 /*** Component sub-headers ***/
 
 /* Following are component sub-headers for the "standard"
diff --git a/src/commonlib/include/commonlib/coreboot_tables.h b/src/commonlib/include/commonlib/coreboot_tables.h
index b7e59ad..6393c01 100644
--- a/src/commonlib/include/commonlib/coreboot_tables.h
+++ b/src/commonlib/include/commonlib/coreboot_tables.h
@@ -140,7 +140,6 @@
 	uint32_t size;		/* size of record (in bytes) */
 };
 
-
 struct lb_memory_range {
 	struct lb_uint64 start;
 	struct lb_uint64 size;
@@ -186,7 +185,6 @@
 	uint32_t timestamp;
 };
 
-
 /* 0xe is taken by v3 */
 
 struct lb_serial {
@@ -306,7 +304,6 @@
 	uint8_t orientation;
 };
 
-
 struct lb_gpio {
 	uint32_t port;
 	uint32_t polarity;
@@ -349,7 +346,6 @@
 	uint32_t index;
 };
 
-
 struct lb_strapping_id {
 	uint32_t tag;
 	uint32_t size;
@@ -448,7 +444,6 @@
 					       variable length int aligned */
 };
 
-
 /* CMOS enumerations record
  * This record is variable length.  The text field may be
  * shorter than CMOS_MAX_TEXT_LENGTH.
diff --git a/src/commonlib/region.c b/src/commonlib/region.c
index 00bfb1e..467e8ff 100644
--- a/src/commonlib/region.c
+++ b/src/commonlib/region.c
@@ -420,7 +420,6 @@
 	.eraseat = xlate_eraseat,
 };
 
-
 static void *incoherent_mmap(const struct region_device *rd, size_t offset,
 				size_t size)
 {
diff --git a/src/commonlib/storage/sd.c b/src/commonlib/storage/sd.c
index 4ca98df..b27f342 100644
--- a/src/commonlib/storage/sd.c
+++ b/src/commonlib/storage/sd.c
@@ -265,7 +265,6 @@
 	return 0;
 }
 
-
 int sd_set_partition(struct storage_media *media,
 	unsigned int partition_number)
 {