summaryrefslogtreecommitdiffstats
path: root/src/device/oprom/x86emu
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-19 21:50:45 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-21 15:56:17 +0000
commitf219cd8342ba8088eb3c48aac71d4975a35527ac (patch)
tree7525ab4ab00ee769b65b074c77663c41c0642926 /src/device/oprom/x86emu
parent0dd92f8222f9210ff7d33072ae197ed785cd38aa (diff)
downloadcoreboot-f219cd8342ba8088eb3c48aac71d4975a35527ac.tar.gz
coreboot-f219cd8342ba8088eb3c48aac71d4975a35527ac.tar.bz2
coreboot-f219cd8342ba8088eb3c48aac71d4975a35527ac.zip
src/device: Drop unneeded empty lines
Change-Id: Ief990b4174d13b3472ac75a042ae8d878640dda3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44608 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/device/oprom/x86emu')
-rw-r--r--src/device/oprom/x86emu/decode.c1
-rw-r--r--src/device/oprom/x86emu/prim_ops.c1
-rw-r--r--src/device/oprom/x86emu/sys.c2
3 files changed, 0 insertions, 4 deletions
diff --git a/src/device/oprom/x86emu/decode.c b/src/device/oprom/x86emu/decode.c
index 3b7bde727a5e..06d7f314fe19 100644
--- a/src/device/oprom/x86emu/decode.c
+++ b/src/device/oprom/x86emu/decode.c
@@ -1122,7 +1122,6 @@ unsigned int decode_rm10_address(
return 0; /* SHOULD NOT HAPPEN */
}
-
/****************************************************************************
PARAMETERS:
mod - modifier
diff --git a/src/device/oprom/x86emu/prim_ops.c b/src/device/oprom/x86emu/prim_ops.c
index 3c4a8caf5b3e..d794ecb46c24 100644
--- a/src/device/oprom/x86emu/prim_ops.c
+++ b/src/device/oprom/x86emu/prim_ops.c
@@ -129,7 +129,6 @@ static u32 x86emu_parity_tab[8] =
/*----------------------------- Implementation ----------------------------*/
-
/*--------- Side effects helper functions -------*/
/****************************************************************************
diff --git a/src/device/oprom/x86emu/sys.c b/src/device/oprom/x86emu/sys.c
index 06f240c5a7e2..538660894f79 100644
--- a/src/device/oprom/x86emu/sys.c
+++ b/src/device/oprom/x86emu/sys.c
@@ -199,8 +199,6 @@ void X86API wrl(u32 addr, u32 val)
DB(if (DEBUG_MEM_TRACE())
printf("%#08x 4 <- %#x\n", addr, val);)
-
-
}
/****************************************************************************