Skip to content

Commit 4e0302a

Browse files
restyled-commitslazarkov
authored andcommitted
Restyled by whitespace
1 parent 083b3d0 commit 4e0302a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ void ContentAppFactoryImpl::InstallContentApp(uint16_t vendorId, uint16_t produc
588588
mContentApps.emplace_back(std::move(ptr));
589589
}
590590
else if (vendorId == 9050 && productId == 22)
591-
{
591+
{
592592
auto ptr = std::make_unique<ContentAppImpl>("Vendor3", vendorId, "App3", productId, "Version3", "20202021",
593593
make_default_supported_clusters());
594594
mContentApps.emplace_back(std::move(ptr));

0 commit comments

Comments
 (0)