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 andreilitvin committed Dec 19, 2024
1 parent 6d809ce commit a813df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/AttributePathExpandIterator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ namespace app {

AttributePathExpandIterator::AttributePathExpandIterator(DataModel::Provider * provider,
SingleLinkedListNode<AttributePathParams> * attributePath) :
mDataModelProvider(provider), mpAttributePath(attributePath),
mOutputPath(kInvalidEndpointId, kInvalidClusterId, kInvalidAttributeId)
mDataModelProvider(provider),
mpAttributePath(attributePath), mOutputPath(kInvalidEndpointId, kInvalidClusterId, kInvalidAttributeId)
{
mOutputPath.mNeedsInitialization = true; // Ensure a Next is called on all public API
mOutputPath.mExpanded = true; // this is reset in 'next' if needed
Expand Down

0 comments on commit a813df9

Please sign in to comment.