Skip to content

Commit 73c331e

Browse files
restyled-commitstehampson
authored andcommitted
Restyled by whitespace
1 parent 165f4dc commit 73c331e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/commissioner-control-server/commissioner-control-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ bool emberAfCommissionerControlClusterCommissionNodeCallback(
244244

245245
// Populate the parameters for the commissioning window
246246
err = delegate->GetCommissioningWindowParams(commissionNodeInfo->params);
247-
SuccessOrExit(err == CHIP_NO_ERROR);
247+
SuccessOrExit(err == CHIP_NO_ERROR);
248248

249249
// Add the response for the commissioning window.
250250
AddReverseOpenCommissioningWindowResponse(commandObj, commandPath, commissionNodeInfo->params);

0 commit comments

Comments
 (0)