summaryrefslogtreecommitdiff
path: root/src/console/vtxprintf.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-19 21:50:24 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-21 15:52:42 +0000
commit0938be9269c2606dfb90e62866b48cd59f1bfc1b (patch)
tree352128328f4079c254e7c6ecaeb1855f8c5722a0 /src/console/vtxprintf.c
parentd161a2fafd14700b133b1deca7b8a9a5ca1c5283 (diff)
downloadcoreboot-0938be9269c2606dfb90e62866b48cd59f1bfc1b.tar.xz
src/console: Drop unneeded empty lines
Change-Id: I94f92ba4385285496ede0c33fc25addd6c4bfeae Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44607 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/console/vtxprintf.c')
-rw-r--r--src/console/vtxprintf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c
index 273bc7ed72..c7bb585181 100644
--- a/src/console/vtxprintf.c
+++ b/src/console/vtxprintf.c
@@ -99,7 +99,6 @@ static int number(void (*tx_byte)(unsigned char byte, void *data),
return count;
}
-
int vtxprintf(void (*tx_byte)(unsigned char byte, void *data),
const char *fmt, va_list args, void *data)
{