Skip to content

Commit c294dbb

Browse files
committed
Fix wrong indention
1 parent 488deff commit c294dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/icinga/checkable-dependency.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ size_t Checkable::HashDependencyGroup::operator()(const DependencyGroup::Ptr& de
385385
bool Checkable::EqualDependencyGroups::operator()(const DependencyGroup::Ptr& lhs, const DependencyGroup::Ptr& rhs) const
386386
{
387387
if (lhs->IsRedundancyGroup() != rhs->IsRedundancyGroup()) {
388-
return false;
389-
}
388+
return false;
389+
}
390390

391391
if (lhs->IsRedundancyGroup()) {
392392
return lhs->GetName() == rhs->GetName();

0 commit comments

Comments
 (0)