Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and yyzhong-g committed Dec 13, 2024
1 parent 2edc0ed commit 49c4df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/reporting/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ CHIP_ERROR Engine::Init(EventManagement * apEventManagement)
VerifyOrReturnError(apEventManagement != nullptr, CHIP_ERROR_INVALID_ARGUMENT);
mNumReportsInFlight = 0;
mCurReadHandlerIdx = 0;
mpEventManagement = apEventManagement;
mpEventManagement = apEventManagement;

return CHIP_NO_ERROR;
}
Expand Down

0 comments on commit 49c4df8

Please sign in to comment.