Skip to content

Commit a1561e8

Browse files
Restyled by whitespace
1 parent ed0cd7d commit a1561e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tv-app/tv-common/src/AppTv.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ void ContentAppFactoryImpl::InstallContentApp(uint16_t vendorId, uint16_t produc
614614
mContentApps.emplace_back(std::move(ptr));
615615
}
616616
else if (vendorId == 9050 && productId == 22)
617-
{
617+
{
618618
auto ptr = std::make_unique<ContentAppImpl>("Vendor3", vendorId, "App3", productId, "Version3", "20202021",
619619
make_default_supported_clusters());
620620

@@ -705,7 +705,7 @@ void ContentAppFactoryImpl::PrintInstalledApps()
705705
auto app = contentApp.get();
706706

707707
ChipLogProgress(DeviceLayer, "Content app vid=%d pid=%d is on ep=%d with app's basic status=%s", app->GetApplicationBasicDelegate()->HandleGetVendorId(),
708-
app->GetApplicationBasicDelegate()->HandleGetProductId(), app->GetEndpointId(),
708+
app->GetApplicationBasicDelegate()->HandleGetProductId(), app->GetEndpointId(),
709709
ApplicationBasicStatusToString(app->GetApplicationBasicDelegate()->HandleGetStatus()).c_str());
710710
}
711711
}

0 commit comments

Comments
 (0)