Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Feb 6, 2020
1 parent fa62bfe commit 078f2fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/NCPkgStatusStrategy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ bool NCPkgStatusStrategy::setObjectStatus( ZyppStatus newstatus, ZyppSel slbPtr,
ok = slbPtr->setStatus( newstatus );

yuiMilestone() << "Set status of: " << slbPtr->name() << " to: "
<< newstatus << " returns: " << ( ok ? "true" : "false" ) << endl;
<< newstatus << " returns: " << ( ok ? "true" : "false" ) << endl;

return ok;
}
Expand All @@ -126,9 +126,9 @@ bool NCPkgStatusStrategy::setObjectStatus( ZyppStatus newstatus, ZyppSel slbPtr,
// Returns the corresponding status
//
bool NCPkgStatusStrategy::keyToStatus( const int & key,
ZyppSel slbPtr,
ZyppObj objPtr,
ZyppStatus & newStat )
ZyppSel slbPtr,
ZyppObj objPtr,
ZyppStatus & newStat )
{
if ( !slbPtr )
return false;
Expand Down Expand Up @@ -526,7 +526,7 @@ bool PatchStatStrategy::setObjectStatus( ZyppStatus newstatus, ZyppSel slbPtr, Z

ok = slbPtr->setStatus( newstatus );
yuiMilestone() << "Set status of: " << slbPtr->name() << " to: "
<< newstatus << " returns: " << ( ok ? "true" : "false" ) << endl;
<< newstatus << " returns: " << ( ok ? "true" : "false" ) << endl;

// do a solver run
solveResolvableCollections();
Expand Down Expand Up @@ -567,7 +567,7 @@ bool SelectionStatStrategy::setObjectStatus( ZyppStatus newstatus, ZyppSel slbPt

ok = slbPtr->setStatus( newstatus );
yuiMilestone() << "Set status of: " << slbPtr->name() << " to: "
<< newstatus << " returns: " << ( ok ? "true" : "false" ) << endl;
<< newstatus << " returns: " << ( ok ? "true" : "false" ) << endl;

// do a solver run -> solver runs in NCPkgTable::changeStatus()
// solveResolvableCollections();
Expand Down

0 comments on commit 078f2fe

Please sign in to comment.