lib/sortdeps.c: wrap long line.
--HG-- extra : convert_revision : 8484a1a0eed376e1cd4e9af9917d42dab91d5ef1
This commit is contained in:
parent
ebf400f728
commit
147a8af559
1 changed files with 2 additions and 1 deletions
|
@ -146,7 +146,8 @@ again:
|
|||
prop_object_iterator_release(iter2);
|
||||
|
||||
/* Add dependency if all its required deps are already added */
|
||||
if (rundepscnt != 0 && (prop_array_count(rundeps) == rundepscnt)) {
|
||||
if (rundepscnt != 0 &&
|
||||
(prop_array_count(rundeps) == rundepscnt)) {
|
||||
sdep->dict = prop_dictionary_copy(obj);
|
||||
SIMPLEQ_INSERT_TAIL(&sdep_list, sdep, chain);
|
||||
rundepscnt = 0;
|
||||
|
|
Loading…
Reference in a new issue