Code format tweak
This commit is contained in:
parent
ea1897543b
commit
ffc36a33b4
1 changed files with 1 additions and 1 deletions
|
|
@ -931,7 +931,7 @@ clixon_process_waitpid(clicon_handle h)
|
||||||
pid_t wpid;
|
pid_t wpid;
|
||||||
|
|
||||||
clicon_debug(1, "%s", __FUNCTION__);
|
clicon_debug(1, "%s", __FUNCTION__);
|
||||||
if (_proc_entry_list == NULL)
|
if (_proc_entry_list == NULL)
|
||||||
goto ok;
|
goto ok;
|
||||||
if ((pe = _proc_entry_list) != NULL)
|
if ((pe = _proc_entry_list) != NULL)
|
||||||
do {
|
do {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue