Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and lazarkov committed Jul 1, 2024
1 parent 5c35e8c commit 5cc5f86
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ CHIP_ERROR ApplicationLauncherManager::HandleGetCatalogList(AttributeValueEncode
return CHIP_ERROR_INCORRECT_STATE;
}

jint size = env->GetArrayLength(jCatalogList);
jint *elements = env->GetIntArrayElements(jCatalogList, 0);
jint size = env->GetArrayLength(jCatalogList);
jint * elements = env->GetIntArrayElements(jCatalogList, 0);
for (int i = 0; i < size; i++)
{
jint jCatalogVendorId = elements[i];
Expand Down

0 comments on commit 5cc5f86

Please sign in to comment.