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 jadhavrohit924 committed Jun 20, 2023
1 parent e244108 commit 19fefdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ using SemanticTag = Structs::SemanticTagStruct::Type;
template <typename T>
using List = app::DataModel::List<T>;

SupportedModesManager::ModeOptionsProvider *StaticSupportedModesManager::epModeOptionsProviderList = nullptr;
SupportedModesManager::ModeOptionsProvider * StaticSupportedModesManager::epModeOptionsProviderList = nullptr;

const StaticSupportedModesManager StaticSupportedModesManager::instance = StaticSupportedModesManager();

void StaticSupportedModesManager::InitEndpointArray(int size)
{
mSize = size;
mSize = size;
epModeOptionsProviderList = new SupportedModesManager::ModeOptionsProvider[mSize];
for (int i = 0; i < mSize; i++)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class StaticSupportedModesManager : public chip::app::Clusters::ModeSelect::Supp
using SemanticTag = Structs::SemanticTagStruct::Type;
int mSize;

static ModeOptionsProvider *epModeOptionsProviderList;
static ModeOptionsProvider * epModeOptionsProviderList;

void FreeSupportedModes(EndpointId endpointId) const;

Expand Down

0 comments on commit 19fefdb

Please sign in to comment.