Skip to content

Commit adbaa3f

Browse files
restyled-commitslazarkov
authored andcommitted
Restyled by clang-format
1 parent 95552b2 commit adbaa3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/controller/CommissionerDiscoveryController.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ void CommissionerDiscoveryController::OnUserDirectedCommissioningRequest(UDCClie
155155
return;
156156
}
157157

158-
if (state.GetProductId() == 0 && state.GetVendorId() == 0) {
158+
if (state.GetProductId() == 0 && state.GetVendorId() == 0)
159+
{
159160
// this is an invalid request and should be ignored
160161
ChipLogDetail(Controller, "Ignoring the request as it's invalid. product and vendor id cannot be 0");
161162
return;

0 commit comments

Comments
 (0)