From: Michael Schroeder Date: Wed, 25 Jul 2018 10:51:22 +0000 (+0200) Subject: Fix indent X-Git-Tag: 0.6.35~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6713cd4580311bc1909fc31f3aba0130e5454d7b;p=thirdparty%2Flibsolv.git Fix indent --- diff --git a/src/rules.c b/src/rules.c index 22a61763..df323416 100644 --- a/src/rules.c +++ b/src/rules.c @@ -1059,7 +1059,7 @@ solver_addpkgrulesforsolvable(Solver *solv, Solvable *s, Map *m) if (pool_is_complex_dep(pool, rec)) { pool_add_pos_literals_complex_dep(pool, rec, &workq, m, 0); - continue; + continue; } #endif FOR_PROVIDES(p, pp, rec) @@ -1076,7 +1076,7 @@ solver_addpkgrulesforsolvable(Solver *solv, Solvable *s, Map *m) if (pool_is_complex_dep(pool, sug)) { pool_add_pos_literals_complex_dep(pool, sug, &workq, m, 0); - continue; + continue; } #endif FOR_PROVIDES(p, pp, sug)