Skip to content

Commit 5cc5f86

Browse files
restyled-commitslazarkov
authored andcommitted
Restyled by clang-format
1 parent 5c35e8c commit 5cc5f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tv-app/android/java/application-launcher/ApplicationLauncherManager.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ CHIP_ERROR ApplicationLauncherManager::HandleGetCatalogList(AttributeValueEncode
8282
return CHIP_ERROR_INCORRECT_STATE;
8383
}
8484

85-
jint size = env->GetArrayLength(jCatalogList);
86-
jint *elements = env->GetIntArrayElements(jCatalogList, 0);
85+
jint size = env->GetArrayLength(jCatalogList);
86+
jint * elements = env->GetIntArrayElements(jCatalogList, 0);
8787
for (int i = 0; i < size; i++)
8888
{
8989
jint jCatalogVendorId = elements[i];

0 commit comments

Comments
 (0)