We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488deff commit c294dbbCopy full SHA for c294dbb
lib/icinga/checkable-dependency.cpp
@@ -385,8 +385,8 @@ size_t Checkable::HashDependencyGroup::operator()(const DependencyGroup::Ptr& de
385
bool Checkable::EqualDependencyGroups::operator()(const DependencyGroup::Ptr& lhs, const DependencyGroup::Ptr& rhs) const
386
{
387
if (lhs->IsRedundancyGroup() != rhs->IsRedundancyGroup()) {
388
- return false;
389
- }
+ return false;
+ }
390
391
if (lhs->IsRedundancyGroup()) {
392
return lhs->GetName() == rhs->GetName();
0 commit comments