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 committed Jul 10, 2020
1 parent f61eab9 commit 30b24de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/datamodel/ClusterServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class ClusterServer
{
/* Endpoint #0 is reserved, until we handle that properly, we will offset everything by 1 */
endpointId--;
auto *p = mEndpoints.Find([&endpointId](Endpoint * item) -> bool { return (endpointId-- == 0); });
auto * p = mEndpoints.Find([&endpointId](Endpoint * item) -> bool { return (endpointId-- == 0); });
return p;
}

Expand Down

0 comments on commit 30b24de

Please sign in to comment.