Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and jmartinez-silabs committed Feb 2, 2022
1 parent 0e3abe4 commit 8a6d48e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void GenericConnectivityManagerImpl_Thread<ImplClass>::_OnPlatformEvent(const Ch
{
ThreadStackMgrImpl().OnThreadAttachFinished();
}

// If any of the above events has occurred, assess whether there's been a change in
// service connectivity via Thread.
if (threadConnChanged || threadAddrChanged || threadNetDataChanged || fabricMembershipChanged)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ CHIP_ERROR GenericThreadDriver::Init()

CHIP_ERROR GenericThreadDriver::CommitConfiguration()
{
// Note: on AttachToThreadNetwork OpenThread will persist the networks by their own,
// Note: on AttachToThreadNetwork OpenThread will persist the networks by their own,
// we don't have much to do for saving the networks (see Init() above,
// we just loads the saved dataset from ot instance.)
mSavedNetwork = mStagingNetwork;
Expand Down

0 comments on commit 8a6d48e

Please sign in to comment.