lib/sortdeps.c: wrap long line.

--HG--
extra : convert_revision : 8484a1a0eed376e1cd4e9af9917d42dab91d5ef1
This commit is contained in:
Juan RP 2009-04-06 14:44:35 +02:00
parent ebf400f728
commit 147a8af559
1 changed files with 2 additions and 1 deletions

View File

@ -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;