Skip to content

Commit 96b3e07

Browse files
restyled-commitsyufengwangca
authored andcommitted
Restyled by clang-format
1 parent e382e04 commit 96b3e07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/fabric-bridge-app/linux/CommissionerControl.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ void CommissionerControlDelegate::ResetDelegateState()
5252
mNextStep = Step::kAcceptCommissioningApproval;
5353

5454
// Reset identifiers and product information
55-
mRequestId = 0;
55+
mRequestId = 0;
5656
mClientNodeId = kUndefinedNodeId;
57-
mVendorId = VendorId::Unspecified;
58-
mProductId = 0;
57+
mVendorId = VendorId::Unspecified;
58+
mProductId = 0;
5959

6060
// Clear the label buffer and optional label
6161
memset(mLabelBuffer, 0, sizeof(mLabelBuffer));

0 commit comments

Comments
 (0)