From: Marek Behún <[email protected]> Remove extra newline after module topology is printed.
Signed-off-by: Marek Behún <[email protected]> --- 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

