fixed formatting for the cli_start_program function

This commit is contained in:
Хроменок Роман Владимирович 2024-05-31 12:34:43 +02:00 committed by Olof Hagsand
parent d9f7669b9e
commit 0c6d9fc51c

View file

@ -803,8 +803,8 @@ cli_set_mode(clixon_handle h,
*/ */
int int
cli_start_program(clixon_handle h, cli_start_program(clixon_handle h,
cvec *cvv, cvec *cvv,
cvec *argv) cvec *argv)
{ {
int pid = 0; int pid = 0;
int retval = -1; int retval = -1;