Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and hicklin committed Aug 14, 2023
1 parent 1c3ae5e commit 568acd5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ struct GenericOperationalError : public app::Clusters::detail::Structs::ErrorSta
}
}

bool IsEqual(const Structs::ErrorStateStruct::Type& rhs)
bool IsEqual(const Structs::ErrorStateStruct::Type & rhs)
{
if (errorStateID != rhs.errorStateID)
{
Expand All @@ -158,7 +158,7 @@ struct GenericOperationalError : public app::Clusters::detail::Structs::ErrorSta
}
if (errorStateDetails.HasValue())
{
if(!errorStateDetails.Value().data_equal(rhs.errorStateDetails.Value()))
if (!errorStateDetails.Value().data_equal(rhs.errorStateDetails.Value()))
{
return false;
}
Expand Down

0 comments on commit 568acd5

Please sign in to comment.