
11 Nov
2021
11 Nov
'21
4:35 p.m.
From: Marek Behún marek.behun@nic.cz
Remove extra newline after module topology is printed.
Signed-off-by: Marek Behún marek.behun@nic.cz --- board/CZ.NIC/turris_mox/turris_mox.c | 3 --- 1 file changed, 3 deletions(-)
diff --git a/board/CZ.NIC/turris_mox/turris_mox.c b/board/CZ.NIC/turris_mox/turris_mox.c index 2202eb8cfb..52fa77d68c 100644 --- a/board/CZ.NIC/turris_mox/turris_mox.c +++ b/board/CZ.NIC/turris_mox/turris_mox.c @@ -607,9 +607,6 @@ int show_board_info(void) } }
- if (module_count) - printf("\n"); - return 0; }
--
2.32.0