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 yunhanw-google committed Mar 20, 2024
1 parent 349a5da commit 6aa2927
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/controller/CommissioningDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -550,10 +550,7 @@ class CommissioningParameters
mICDStayActiveDurationMsec = MakeOptional(stayActiveDurationMsec);
return *this;
}
void ClearICDStayActiveDurationMsec()
{
mICDStayActiveDurationMsec.ClearValue();
}
void ClearICDStayActiveDurationMsec() { mICDStayActiveDurationMsec.ClearValue(); }

// Clear all members that depend on some sort of external buffer. Can be
// used to make sure that we are not holding any dangling pointers.
Expand Down

0 comments on commit 6aa2927

Please sign in to comment.