mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 22:32:11 +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