mirror of
https://gitlab.com/prpl-foundation/prplmesh/prplMesh.git
synced 2025-12-20 01:21:22 +08:00
Remove extra newlines (clang format)
Signed-off-by: Frederik Van Bogaert <frederik.vanbogaert@mind.be>
This commit is contained in:
committed by
Itay Elenzweig
parent
4499aac28d
commit
54480b2e2f
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -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",
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user