Skip to content

Commit d42c612

Browse files
restyled-commitsinterfer
authored andcommitted
Restyled by clang-format
1 parent 934beca commit d42c612

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/app/clusters/network-commissioning/NetworkCommissioningCluster.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
#include <app/clusters/network-commissioning/WifiScanResponse.h>
2828
#include <app/data-model/Nullable.h>
2929
#include <app/reporting/reporting.h>
30-
#include <app/server/Server.h>
3130
#include <app/server-cluster/AttributeListBuilder.h>
3231
#include <app/server-cluster/DefaultServerCluster.h>
32+
#include <app/server/Server.h>
3333
#include <clusters/NetworkCommissioning/AttributeIds.h>
3434
#include <clusters/NetworkCommissioning/CommandIds.h>
3535
#include <clusters/NetworkCommissioning/Commands.h>
@@ -50,8 +50,8 @@
5050
#include <platform/ConnectivityManager.h>
5151
#include <platform/internal/DeviceNetworkInfo.h>
5252
#include <protocols/interaction_model/StatusCode.h>
53-
#include <transport/SecureSession.h>
5453
#include <tracing/macros.h>
54+
#include <transport/SecureSession.h>
5555

5656
namespace chip {
5757
namespace app {
@@ -874,7 +874,7 @@ void NetworkCommissioningCluster::OnResult(Status commissioningError, CharSpan d
874874

875875
if (shouldSendConnectNetworkResponse && commandHandle != nullptr)
876876
{
877-
commandHandle->AddResponse(mAsyncCommandPath, response);
877+
commandHandle->AddResponse(mAsyncCommandPath, response);
878878
}
879879

880880
#if !CHIP_DEVICE_CONFIG_SUPPORTS_CONCURRENT_CONNECTION

src/platform/OpenThread/GenericThreadStackManagerImpl_OpenThread.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ CHIP_ERROR GenericThreadStackManagerImpl_OpenThread<ImplClass>::_AttachToThreadN
393393
mpConnectCallback = nullptr;
394394

395395
#if CONFIG_CHIP_TELINK_OPENTHREAD_NETWORK_SWITCH_PATH
396-
if (callback == nullptr && dataset.IsCommissioned() && current_dataset.IsCommissioned() &&
396+
if (callback == nullptr && dataset.IsCommissioned() && current_dataset.IsCommissioned() &&
397397
!dataset.AsByteSpan().data_equal(current_dataset.AsByteSpan()) && Impl()->IsThreadEnabled())
398398
{
399399
ReturnErrorOnFailure(Impl()->SetThreadProvision(dataset.AsByteSpan()));

0 commit comments

Comments
 (0)