Skip to content

Commit fd92b12

Browse files
restyled-commitssxb427
authored andcommitted
Restyled by whitespace
1 parent 47f13c5 commit fd92b12

4 files changed

+0
-4
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,3 @@ void emberAfRvcCleanModeClusterInitCallback(chip::EndpointId endpointId)
329329
gRvcCleanModeInstance->Init();
330330
}
331331
#endif // MATTER_DM_PLUGIN_RVC_CLEAN_MODE_SERVER
332-

examples/chef/common/chef-rvc-mode-delegate.h

-1
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,3 @@ chip::Protocols::InteractionModel::Status chefRvcCleanModeReadCallback(chip::End
140140
const EmberAfAttributeMetadata * attributeMetadata,
141141
uint8_t * buffer, uint16_t maxReadLength);
142142
#endif // MATTER_DM_PLUGIN_RVC_CLEAN_MODE_SERVER
143-

examples/chef/common/chef-rvc-operational-state-delegate.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,3 @@ void emberAfRvcOperationalStateClusterInitCallback(chip::EndpointId endpointId)
340340
gRvcOperationalStateInstance->Init();
341341
}
342342
#endif // MATTER_DM_PLUGIN_RVC_OPERATIONAL_STATE_SERVER
343-

examples/chef/common/chef-rvc-operational-state-delegate.h

-1
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,3 @@ chip::Protocols::InteractionModel::Status chefRvcOperationalStateReadCallback(ch
131131
const EmberAfAttributeMetadata * attributeMetadata,
132132
uint8_t * buffer, uint16_t maxReadLength);
133133
#endif // MATTER_DM_PLUGIN_RVC_OPERATIONAL_STATE_SERVER
134-

0 commit comments

Comments
 (0)