mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
main: don't add a newline after every line
This commit is contained in:
@@ -109,8 +109,6 @@ static void run_cmd(const vector<string> &appargs, bool exit_on_fail)
|
||||
|
||||
arg[i] = (char *)0;
|
||||
|
||||
cout << endl;
|
||||
|
||||
int retval = apps[command](i, (char **)arg);
|
||||
|
||||
if (retval) {
|
||||
|
||||
Reference in New Issue
Block a user