File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -336,11 +336,11 @@ void emberAfWakeOnLanClusterInitCallback(EndpointId endpoint)
336
336
337
337
void ApplicationInit ()
338
338
{
339
- ChipLogProgress (NotSpecified, " Chef Application Init !!!" )
339
+ ChipLogProgress (NotSpecified, " Chef Application Init !!!" );
340
340
341
341
#ifdef MATTER_DM_PLUGIN_REFRIGERATOR_ALARM_SERVER
342
- // set Parent Endpoint and Composition Type for an Endpoint
343
- EndpointId kRefEndpointId = 1 ;
342
+ // set Parent Endpoint and Composition Type for an Endpoint
343
+ EndpointId kRefEndpointId = 1 ;
344
344
EndpointId kColdCabinetEndpointId = 2 ;
345
345
EndpointId kFreezeCabinetEndpointId = 3 ;
346
346
SetTreeCompositionForEndpoint (kRefEndpointId );
@@ -354,7 +354,7 @@ void ApplicationInit()
354
354
355
355
void ApplicationShutdown ()
356
356
{
357
- ChipLogProgress (NotSpecified, " Chef Application Down !!!" )
357
+ ChipLogProgress (NotSpecified, " Chef Application Down !!!" );
358
358
}
359
359
360
360
// No-op function, used to force linking this file,
You can’t perform that action at this time.
0 commit comments