From 54480b2e2f06d568c31163ed8de2b5067bd5254a Mon Sep 17 00:00:00 2001 From: Frederik Van Bogaert Date: Mon, 2 May 2022 13:45:52 +0200 Subject: [PATCH] Remove extra newlines (clang format) Signed-off-by: Frederik Van Bogaert --- .vscode/settings.json | 3 +-- controller/src/beerocks/cli/beerocks_cli_main.cpp | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d2bb462eb..cd6c852d9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -76,8 +76,7 @@ "BEEROCKS_BIN_PATH=\"build/install/bin\"", "BEEROCKS_VERSION=\"\"", "BEEROCKS_REVISION=\"\"", - "BEEROCKS_BUILD_DATE=\"\"", - "HAVE_READLINE" + "BEEROCKS_BUILD_DATE=\"\"" ], "C_Cpp.default.includePath": [ "/usr/include", diff --git a/controller/src/beerocks/cli/beerocks_cli_main.cpp b/controller/src/beerocks/cli/beerocks_cli_main.cpp index b30a30a92..77600cc78 100644 --- a/controller/src/beerocks/cli/beerocks_cli_main.cpp +++ b/controller/src/beerocks/cli/beerocks_cli_main.cpp @@ -265,7 +265,6 @@ static void cli_interactive(std::string path, std::string tmp_path, std::string } } while (g_running && g_loop_cmd_exec && executions); g_loop_cmd_exec = false; - } } } @@ -281,7 +280,6 @@ static void cli_interactive(std::string path, std::string tmp_path, std::string cli_bml.stop(); cli_soc.disconnect(); cli_bml.disconnect(); - } static void cli_tcp_proxy(const std::string &temp_path)