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 Jun 9, 2022
1 parent bed2c65 commit 6cce229
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/protocols/secure_channel/CASESession.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ class DLL_EXPORT CASESession : public Messaging::UnsolicitedMessageHandler,
class CASESessionFabricDelegate final : public chip::FabricTable::Delegate
{
public:
CASESessionFabricDelegate(CASESession * caseSession)
: mCASESession(caseSession) {}
CASESessionFabricDelegate(CASESession * caseSession) : mCASESession(caseSession) {}

void OnFabricDeletedFromStorage(FabricTable & fabricTable, FabricIndex fabricIndex) override
{
Expand Down Expand Up @@ -297,7 +296,7 @@ class DLL_EXPORT CASESession : public Messaging::UnsolicitedMessageHandler,
// Sigma1 initiator random, maintained to be reused post-Sigma1, such as when generating Sigma2 S2RK key
uint8_t mInitiatorRandom[kSigmaParamRandomNumberSize];

CASESessionFabricDelegate mFabricDelegate{this};
CASESessionFabricDelegate mFabricDelegate{ this };
State mState;
};

Expand Down

0 comments on commit 6cce229

Please sign in to comment.