From: Ján Kupec Date: Wed, 20 Oct 2010 14:35:02 +0000 (+0200) Subject: indent X-Git-Tag: 1.5.1~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cffc5faac7d0b9418ca11635b6bacba9ebcbc9bf;p=platform%2Fupstream%2Fzypper.git indent --- diff --git a/src/SolverRequester.cc b/src/SolverRequester.cc index 660d444..fa89d80 100644 --- a/src/SolverRequester.cc +++ b/src/SolverRequester.cc @@ -181,7 +181,7 @@ void SolverRequester::install(const PackageSpec & pkg) if (userconstraints) updateTo(pkg, *sit); else if (_opts.force) - updateTo(pkg, s->highestAvailableVersionObj()); + updateTo(pkg, s->highestAvailableVersionObj()); else if ((best = s->updateCandidateObj())) updateTo(pkg, best); else if (changes_vendor && !_opts.allow_vendor_change)