Skip to content

Commit 3ffc895

Browse files
restyled-commitswqx6
authored andcommitted
Restyled by clang-format
1 parent 1fbf857 commit 3ffc895

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/app/clusters/thread-border-router-management-server/thread-br-mgmt-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ void ServerInstance::HandleSetActiveDatasetRequest(HandlerContext & ctx,
157157
mPath = ctx.mRequestPath;
158158
mAsyncCommandHandle = CommandHandler::Handle(&ctx.mCommandHandler);
159159
ctx.mCommandHandler.FlushAcksRightAwayOnSlowCommand();
160-
mBreadcrumb = req.breadcrumb;
160+
mBreadcrumb = req.breadcrumb;
161161
CHIP_ERROR err = CHIP_NO_ERROR;
162162
if ((err = mDelegate->SetActiveDataset(activeDataset, this)) != CHIP_NO_ERROR)
163163
{

src/platform/ESP32/ESP32ThreadBorderRouterDelegate.h

+4-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ namespace ThreadBorderRouterManagement {
3838
class ESP32ThreadBorderRouterDelegate : public Delegate
3939
{
4040
public:
41-
static constexpr char kThreadBorderRourterName[] = "Espressif-ThreadBR";
41+
static constexpr char kThreadBorderRourterName[] = "Espressif-ThreadBR";
4242
static constexpr char kFailsafeThreadDatasetTlvsKey[] = "g/fs/td";
43-
static constexpr char kFailsafeThreadEnabledKey[] = "g/fs/te";
43+
static constexpr char kFailsafeThreadEnabledKey[] = "g/fs/te";
4444

4545
ESP32ThreadBorderRouterDelegate() = default;
4646
~ESP32ThreadBorderRouterDelegate() = default;
@@ -74,7 +74,8 @@ class ESP32ThreadBorderRouterDelegate : public Delegate
7474

7575
CHIP_ERROR GetPendingDataset(chip::Thread::OperationalDataset & pendingDataset) override;
7676

77-
CHIP_ERROR SetActiveDataset(const chip::Thread::OperationalDataset & activeDataset, ActivateDatasetCallback *callback) override;
77+
CHIP_ERROR SetActiveDataset(const chip::Thread::OperationalDataset & activeDataset,
78+
ActivateDatasetCallback * callback) override;
7879

7980
CHIP_ERROR RevertActiveDataset() override;
8081

0 commit comments

Comments
 (0)