Remove extra newlines (clang format)

Signed-off-by: Frederik Van Bogaert <frederik.vanbogaert@mind.be>
This commit is contained in:
Frederik Van Bogaert
2022-05-02 13:45:52 +02:00
committed by Itay Elenzweig
parent 4499aac28d
commit 54480b2e2f
2 changed files with 1 additions and 4 deletions

View File

@@ -76,8 +76,7 @@
"BEEROCKS_BIN_PATH=\"build/install/bin\"", "BEEROCKS_BIN_PATH=\"build/install/bin\"",
"BEEROCKS_VERSION=\"\"", "BEEROCKS_VERSION=\"\"",
"BEEROCKS_REVISION=\"\"", "BEEROCKS_REVISION=\"\"",
"BEEROCKS_BUILD_DATE=\"\"", "BEEROCKS_BUILD_DATE=\"\""
"HAVE_READLINE"
], ],
"C_Cpp.default.includePath": [ "C_Cpp.default.includePath": [
"/usr/include", "/usr/include",

View File

@@ -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); } while (g_running && g_loop_cmd_exec && executions);
g_loop_cmd_exec = false; 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_bml.stop();
cli_soc.disconnect(); cli_soc.disconnect();
cli_bml.disconnect(); cli_bml.disconnect();
} }
static void cli_tcp_proxy(const std::string &temp_path) static void cli_tcp_proxy(const std::string &temp_path)