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>
This commit is contained in:
parent
d161a2fafd
commit
0938be9269
|
@ -69,7 +69,6 @@ void console_write_line(uint8_t *buffer, size_t number_of_bytes)
|
||||||
console_tx_byte(*buffer++);
|
console_tx_byte(*buffer++);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#if CONFIG(GDB_STUB) && (ENV_ROMSTAGE || ENV_RAMSTAGE)
|
#if CONFIG(GDB_STUB) && (ENV_ROMSTAGE || ENV_RAMSTAGE)
|
||||||
void gdb_hw_init(void)
|
void gdb_hw_init(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -99,7 +99,6 @@ static int number(void (*tx_byte)(unsigned char byte, void *data),
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int vtxprintf(void (*tx_byte)(unsigned char byte, void *data),
|
int vtxprintf(void (*tx_byte)(unsigned char byte, void *data),
|
||||||
const char *fmt, va_list args, void *data)
|
const char *fmt, va_list args, void *data)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue