Skip to content

Commit e802acb

Browse files
restyled-commitsyyzhong-g
authored andcommitted
Restyled by clang-format
1 parent 97a8715 commit e802acb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/InteractionModelEngine.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ InteractionModelEngine * InteractionModelEngine::GetInstance()
7070
CHIP_ERROR InteractionModelEngine::Init(Messaging::ExchangeManager * apExchangeMgr, FabricTable * apFabricTable,
7171
reporting::ReportScheduler * reportScheduler, CASESessionManager * apCASESessionMgr,
7272
SubscriptionResumptionStorage * subscriptionResumptionStorage,
73-
EventManagement* eventManagement)
73+
EventManagement * eventManagement)
7474
{
7575
VerifyOrReturnError(apFabricTable != nullptr, CHIP_ERROR_INVALID_ARGUMENT);
7676
VerifyOrReturnError(apExchangeMgr != nullptr, CHIP_ERROR_INVALID_ARGUMENT);

src/app/InteractionModelEngine.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class InteractionModelEngine : public Messaging::UnsolicitedMessageHandler,
133133
CHIP_ERROR Init(Messaging::ExchangeManager * apExchangeMgr, FabricTable * apFabricTable,
134134
reporting::ReportScheduler * reportScheduler, CASESessionManager * apCASESessionMgr = nullptr,
135135
SubscriptionResumptionStorage * subscriptionResumptionStorage = nullptr,
136-
EventManagement* eventManagement = nullptr);
136+
EventManagement * eventManagement = nullptr);
137137

138138
void Shutdown();
139139

0 commit comments

Comments
 (0)