Skip to content

Commit 0bc5510

Browse files
fix zap
1 parent 5305d1f commit 0bc5510

File tree

5 files changed

+4719
-6368
lines changed

5 files changed

+4719
-6368
lines changed

scripts/tools/zap/tests/outputs/all-clusters-app/app-templates/CHIPClusters.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ class DLL_EXPORT OtaSoftwareUpdateProviderCluster : public ClusterBase
3232
{
3333
public:
3434
OtaSoftwareUpdateProviderCluster(Messaging::ExchangeManager & exchangeManager, const SessionHandle & session,
35-
EndpointId endpoint) :
36-
ClusterBase(exchangeManager, session, endpoint)
35+
EndpointId endpoint) : ClusterBase(exchangeManager, session, endpoint)
3736
{}
3837
~OtaSoftwareUpdateProviderCluster() {}
3938
};

scripts/tools/zap/tests/outputs/lighting-app/app-templates/CHIPClusters.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ class DLL_EXPORT OtaSoftwareUpdateProviderCluster : public ClusterBase
3232
{
3333
public:
3434
OtaSoftwareUpdateProviderCluster(Messaging::ExchangeManager & exchangeManager, const SessionHandle & session,
35-
EndpointId endpoint) :
36-
ClusterBase(exchangeManager, session, endpoint)
35+
EndpointId endpoint) : ClusterBase(exchangeManager, session, endpoint)
3736
{}
3837
~OtaSoftwareUpdateProviderCluster() {}
3938
};

0 commit comments

Comments
 (0)