Skip to content

Commit d3b282e

Browse files
restyled-commitscecille
authored andcommitted
Restyled by clang-format
1 parent 3c1a092 commit d3b282e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/controller/python/ChipDeviceController-ScriptBinding.cpp

+4-3
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ PyChipError pychip_DeviceController_EstablishPASESessionIP(chip::Controller::Dev
153153
uint32_t setupPINCode, chip::NodeId nodeid, uint16_t port);
154154
PyChipError pychip_DeviceController_EstablishPASESessionBLE(chip::Controller::DeviceCommissioner * devCtrl, uint32_t setupPINCode,
155155
uint16_t discriminator, chip::NodeId nodeid);
156-
PyChipError pychip_DeviceController_EstablishPASESession(chip::Controller::DeviceCommissioner * devCtrl, const char* setUpCode,
156+
PyChipError pychip_DeviceController_EstablishPASESession(chip::Controller::DeviceCommissioner * devCtrl, const char * setUpCode,
157157
chip::NodeId nodeid);
158158
PyChipError pychip_DeviceController_Commission(chip::Controller::DeviceCommissioner * devCtrl, chip::NodeId nodeid);
159159

@@ -622,8 +622,9 @@ PyChipError pychip_DeviceController_EstablishPASESessionBLE(chip::Controller::De
622622
return ToPyChipError(devCtrl->EstablishPASEConnection(nodeid, params));
623623
}
624624

625-
PyChipError pychip_DeviceController_EstablishPASESession(chip::Controller::DeviceCommissioner * devCtrl, const char* setUpCode,
626-
chip::NodeId nodeid) {
625+
PyChipError pychip_DeviceController_EstablishPASESession(chip::Controller::DeviceCommissioner * devCtrl, const char * setUpCode,
626+
chip::NodeId nodeid)
627+
{
627628
sPairingDelegate.SetExpectingPairingComplete(true);
628629
return ToPyChipError(devCtrl->EstablishPASEConnection(nodeid, setUpCode));
629630
}

0 commit comments

Comments
 (0)