Code format tweak

This commit is contained in:
Christian McDonald 2022-02-04 10:17:14 -05:00
parent ea1897543b
commit ffc36a33b4

View file

@ -931,7 +931,7 @@ clixon_process_waitpid(clicon_handle h)
pid_t wpid;
clicon_debug(1, "%s", __FUNCTION__);
if (_proc_entry_list == NULL)
if (_proc_entry_list == NULL)
goto ok;
if ((pe = _proc_entry_list) != NULL)
do {