Skip to content

Commit ed59d46

Browse files
restyled-commitsmkardous-silabs
authored andcommitted
Restyled by clang-format
1 parent 67da9ea commit ed59d46

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/chip-tool/commands/pairing/PairingCommand.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ class PairingCommand : public CHIPCommand,
5555
PairingCommand(const char * commandName, PairingMode mode, PairingNetworkType networkType,
5656
CredentialIssuerCommands * credIssuerCmds,
5757
chip::Dnssd::DiscoveryFilterType filterType = chip::Dnssd::DiscoveryFilterType::kNone) :
58-
CHIPCommand(commandName, credIssuerCmds), mPairingMode(mode), mNetworkType(networkType), mFilterType(filterType),
58+
CHIPCommand(commandName, credIssuerCmds),
59+
mPairingMode(mode), mNetworkType(networkType), mFilterType(filterType),
5960
mRemoteAddr{ IPAddress::Any, chip::Inet::InterfaceId::Null() }, mComplex_TimeZones(&mTimeZoneList),
6061
mComplex_DSTOffsets(&mDSTOffsetList), mCurrentFabricRemoveCallback(OnCurrentFabricRemove, this)
6162
{

examples/fabric-admin/commands/pairing/PairingCommand.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ class PairingCommand : public CHIPCommand,
5454
PairingCommand(const char * commandName, PairingMode mode, PairingNetworkType networkType,
5555
CredentialIssuerCommands * credIssuerCmds,
5656
chip::Dnssd::DiscoveryFilterType filterType = chip::Dnssd::DiscoveryFilterType::kNone) :
57-
CHIPCommand(commandName, credIssuerCmds), mPairingMode(mode), mNetworkType(networkType), mFilterType(filterType),
57+
CHIPCommand(commandName, credIssuerCmds),
58+
mPairingMode(mode), mNetworkType(networkType), mFilterType(filterType),
5859
mRemoteAddr{ IPAddress::Any, chip::Inet::InterfaceId::Null() }, mComplex_TimeZones(&mTimeZoneList),
5960
mComplex_DSTOffsets(&mDSTOffsetList), mCurrentFabricRemoveCallback(OnCurrentFabricRemove, this)
6061
{

0 commit comments

Comments
 (0)