From 1a28c47d4be458ffb63727779a3b6b641bfb7fb8 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Tue, 30 Aug 2022 06:39:55 +0000 Subject: [PATCH] Restyled by whitespace --- 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 b7816281d32200..e45db6d02f7f66 100644 --- a/src/app/app-platform/ContentAppPlatform.cpp +++ b/src/app/app-platform/ContentAppPlatform.cpp @@ -118,7 +118,7 @@ EndpointId ContentAppPlatform::AddContentApp(ContentApp * app, EmberAfEndpointTy mContentApps[index] = app; EmberAfStatus ret; EndpointId initEndpointId = mCurrentEndpointId; - + do { ret = emberAfSetDynamicEndpoint(index, mCurrentEndpointId, ep, dataVersionStorage, deviceTypeList); if (ret == EMBER_ZCL_STATUS_SUCCESS)