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 Aug 6, 2024
1 parent d0b5d23 commit 8114d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/clusters/mode-select-server/mode-select-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ using BootReasonType = GeneralDiagnostics::BootReasonEnum;

static InteractionModel::Status verifyModeValue(const EndpointId endpointId, const uint8_t newMode);

ModeSelect::SupportedModesManager *sSupportedModesManager = nullptr;
ModeSelect::SupportedModesManager * sSupportedModesManager = nullptr;

const SupportedModesManager * ModeSelect::getSupportedModesManager()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class SupportedModesManager
{

using ModeOptionStructType = Structs::ModeOptionStruct::Type;

public:
/**
* A class that can return the supported ModeOptions for a specific endpoint.
Expand Down Expand Up @@ -79,7 +80,6 @@ class SupportedModesManager
const ModeOptionStructType ** dataPtr) const = 0;

virtual ~SupportedModesManager() {}

};

const SupportedModesManager * getSupportedModesManager();
Expand Down

0 comments on commit 8114d8d

Please sign in to comment.