mb/roda: Remove blank lines before '}' and after '{'

Change-Id: Id039ad885d2f08bc3fe09aca740a72a5820f7fcc
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81495
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com>
This commit is contained in:
Elyes Haouas 2024-03-23 15:46:33 +01:00 committed by Martin L Roth
parent 221a046e73
commit e45a61585c
2 changed files with 0 additions and 2 deletions

View File

@ -8,5 +8,4 @@ void mainboard_fill_gnvs(struct global_nvs *gnvs)
/* Enable both COM ports */
gnvs->cmap = 0x01;
gnvs->cmbp = 0x01;
}

View File

@ -5,7 +5,6 @@
void mainboard_fill_gnvs(struct global_nvs *gnvs)
{
/* Enable both COM ports */
gnvs->cmap = 0x01;
gnvs->cmbp = 0x01;