From 8ed38774212a2a7cf93c94655e84132ce71c07a2 Mon Sep 17 00:00:00 2001 From: Terence Hampson Date: Wed, 8 Feb 2023 18:46:03 +0000 Subject: [PATCH] Restyle --- .../python/ChipDeviceController-ScriptDevicePairingDelegate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controller/python/ChipDeviceController-ScriptDevicePairingDelegate.h b/src/controller/python/ChipDeviceController-ScriptDevicePairingDelegate.h index 7826a91bf2bac4..4ac5eb0bffdc10 100644 --- a/src/controller/python/ChipDeviceController-ScriptDevicePairingDelegate.h +++ b/src/controller/python/ChipDeviceController-ScriptDevicePairingDelegate.h @@ -69,7 +69,7 @@ class ScriptDevicePairingDelegate final : public Controller::DevicePairingDelega Callback::Callback * GetOpenWindowCallback(Controller::CommissioningWindowOpener * context); void OnOpenCommissioningWindow(NodeId deviceId, CHIP_ERROR status, SetupPayload payload); - void SetExpectingPairingComplete(bool value) {expectingPairingComplete=value;} + void SetExpectingPairingComplete(bool value) { expectingPairingComplete=value; } private: DevicePairingDelegate_OnPairingCompleteFunct mOnPairingCompleteCallback = nullptr; @@ -80,7 +80,7 @@ class ScriptDevicePairingDelegate final : public Controller::DevicePairingDelega DevicePairingDelegate_OnCommissioningStatusUpdateFunct mOnCommissioningStatusUpdateCallback = nullptr; Callback::Callback mOpenWindowCallback; Controller::CommissioningWindowOpener * mWindowOpener = nullptr; - bool expectingPairingComplete = false; + bool expectingPairingComplete = false; }; } // namespace Controller