Skip to content

Commit

Permalink
Fix wrong indention
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Jan 29, 2025
1 parent 78a0a29 commit 491cbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/icinga/checkable-dependency.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ size_t Checkable::HashDependencyGroup(const DependencyGroup::Ptr& dependencyGrou
bool Checkable::CompareDependencyGroups(const DependencyGroup::Ptr& lhs, const DependencyGroup::Ptr& rhs)
{
if (lhs->IsRedundancyGroup() != rhs->IsRedundancyGroup()) {
return false;
}
return false;
}

if (lhs->IsRedundancyGroup()) {
return lhs->GetName() == rhs->GetName();
Expand Down

0 comments on commit 491cbb8

Please sign in to comment.