Skip to content

Commit 45fccb1

Browse files
Restyled by clang-format (#32968)
Co-authored-by: Restyled.io <commits@restyled.io>
1 parent d2c0375 commit 45fccb1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/tv-casting-app/tv-casting-common/include/CastingServer.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ class CastingServer : public AppDelegate, chip::Protocols::UserDirectedCommissio
6262
void InitAppDelegation();
6363

6464
#if CHIP_DEVICE_CONFIG_ENABLE_COMMISSIONER_DISCOVERY_CLIENT
65-
void SetCommissionerPasscodeEnabled(bool enabled)
66-
{
67-
mUdcCommissionerPasscodeEnabled = enabled;
68-
};
65+
void SetCommissionerPasscodeEnabled(bool enabled) { mUdcCommissionerPasscodeEnabled = enabled; };
6966
void SetCommissionerPasscodeReady() { mUdcCommissionerPasscodeReady = true; };
7067
void OnCommissionerDeclarationMessage(const chip::Transport::PeerAddress & source,
7168
chip::Protocols::UserDirectedCommissioning::CommissionerDeclaration cd) override;

0 commit comments

Comments
 (0)