Skip to content

Commit 3f9beca

Browse files
restyled-commitsstingchang
authored andcommittedMay 7, 2024
Restyled by clang-format
1 parent 98ac87e commit 3f9beca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎examples/chef/common/chef-rvc-mode-delegate.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ void emberAfRvcCleanModeClusterInitCallback(chip::EndpointId endpointId)
296296
VerifyOrDie(endpointId == 1); // this cluster is only enabled for endpoint 1.
297297
VerifyOrDie(gRvcCleanModeDelegate == nullptr && gRvcCleanModeInstance == nullptr);
298298
gRvcCleanModeDelegate = new RvcCleanMode::RvcCleanModeDelegate;
299-
gRvcCleanModeInstance =
300-
new ModeBase::Instance(gRvcCleanModeDelegate, 0x1, RvcCleanMode::Id, chip::to_underlying(RvcCleanMode::Feature::kNoFeatures));
299+
gRvcCleanModeInstance = new ModeBase::Instance(gRvcCleanModeDelegate, 0x1, RvcCleanMode::Id,
300+
chip::to_underlying(RvcCleanMode::Feature::kNoFeatures));
301301
gRvcCleanModeInstance->Init();
302302
}
303303
#endif // MATTER_DM_PLUGIN_RVC_CLEAN_MODE_SERVER

0 commit comments

Comments
 (0)