Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jun 11, 2021
1 parent 7ee2771 commit 02baad5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/chip-tool/commands/clusters/ModelCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CHIP_ERROR ModelCommand::Run(NodeId localId, NodeId remoteId)
// set the variable to true, which will cause it to block indefinitely.
//
UpdateWaitForResponse(true);

{
chip::DeviceLayer::StackLock lock;

Expand Down
2 changes: 1 addition & 1 deletion examples/chip-tool/commands/discover/DiscoverCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CHIP_ERROR DiscoverCommand::Run(NodeId localId, NodeId remoteId)
// set the variable to true, which will cause it to block indefinitely.
//
UpdateWaitForResponse(true);

{
chip::DeviceLayer::StackLock lock;

Expand Down
2 changes: 1 addition & 1 deletion examples/chip-tool/commands/reporting/ReportingCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CHIP_ERROR ReportingCommand::Run(NodeId localId, NodeId remoteId)
// set the variable to true, which will cause it to block indefinitely.
//
UpdateWaitForResponse(true);

{
chip::DeviceLayer::StackLock lock;

Expand Down
2 changes: 1 addition & 1 deletion examples/chip-tool/commands/tests/TestCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CHIP_ERROR TestCommand::Run(NodeId localId, NodeId remoteId)
// set the variable to true, which will cause it to block indefinitely.
//
UpdateWaitForResponse(true);

{
chip::DeviceLayer::StackLock lock;

Expand Down
2 changes: 1 addition & 1 deletion src/controller/CHIPDeviceController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ CHIP_ERROR DeviceController::Shutdown()
// stack lock.
//
// Actually stopping the event queue is a separable call that applications will have to sequence.
// Consumers are expected to call PlaformMgr().StopEventLoopTask() before calling
// Consumers are expected to call PlaformMgr().StopEventLoopTask() before calling
// DeviceController::Shutdown() in the CONFIG_DEVICE_LAYER configuration
//
ReturnErrorOnFailure(DeviceLayer::PlatformMgr().Shutdown());
Expand Down

0 comments on commit 02baad5

Please sign in to comment.