mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 06:47:35 +08:00
POSIX main: always add newline after a command
This commit is contained in:
@@ -106,9 +106,7 @@ static void run_cmd(const vector<string> &appargs, bool exit_on_fail)
|
||||
|
||||
arg[i] = (char *)0;
|
||||
|
||||
if (exit_on_fail) {
|
||||
cout << endl;
|
||||
}
|
||||
cout << endl;
|
||||
|
||||
int retval = apps[command](i, (char **)arg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user