From f4008511eec63c3db6164924fb86235ef0a602a9 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Tue, 30 Aug 2022 20:25:34 +0000 Subject: [PATCH] Restyled by clang-format --- src/app/app-platform/ContentAppPlatform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app-platform/ContentAppPlatform.cpp b/src/app/app-platform/ContentAppPlatform.cpp index 9e98c016c63d14..7865c87c71d0a3 100644 --- a/src/app/app-platform/ContentAppPlatform.cpp +++ b/src/app/app-platform/ContentAppPlatform.cpp @@ -181,7 +181,7 @@ EndpointId ContentAppPlatform::AddContentApp(ContentApp * app, EmberAfEndpointTy index++; continue; } - EmberAfStatus ret = emberAfSetDynamicEndpoint(index, desiredEndpointId, ep, dataVersionStorage, deviceTypeList); + EmberAfStatus ret = emberAfSetDynamicEndpoint(index, desiredEndpointId, ep, dataVersionStorage, deviceTypeList); if (ret != EMBER_ZCL_STATUS_SUCCESS) { ChipLogError(DeviceLayer, "Adding ContentApp error=%d", ret);