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 Oct 31, 2024
1 parent 5546d96 commit 0c7bc59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/AttributePathExpandIterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ namespace app {
* ConcreteAttributePath path;
* for (AttributePathExpandIterator iterator(AttributePathParams); iterator.Get(path); iterator.Next()) {...}
*
* The iterator does not copy the given AttributePathParams. The given AttributePathParams must remain valid when using the iterator.
* If the set of endpoints, clusters, or attributes that are supported changes, AttributePathExpandIterator must be
* The iterator does not copy the given AttributePathParams. The given AttributePathParams must remain valid when using the
* iterator. If the set of endpoints, clusters, or attributes that are supported changes, AttributePathExpandIterator must be
* reinitialized.
*
* A initialized iterator will return the first valid path, no need to call Next() before calling Get() for the first time.
Expand Down

0 comments on commit 0c7bc59

Please sign in to comment.