mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +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;
|
arg[i] = (char *)0;
|
||||||
|
|
||||||
if (exit_on_fail) {
|
cout << endl;
|
||||||
cout << endl;
|
|
||||||
}
|
|
||||||
|
|
||||||
int retval = apps[command](i, (char **)arg);
|
int retval = apps[command](i, (char **)arg);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user