File tree 2 files changed +2
-2
lines changed
src/app/clusters/mode-select-server
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ using BootReasonType = GeneralDiagnostics::BootReasonEnum;
49
49
50
50
static InteractionModel::Status verifyModeValue (const EndpointId endpointId, const uint8_t newMode);
51
51
52
- ModeSelect::SupportedModesManager *sSupportedModesManager = nullptr ;
52
+ ModeSelect::SupportedModesManager * sSupportedModesManager = nullptr ;
53
53
54
54
const SupportedModesManager * ModeSelect::getSupportedModesManager ()
55
55
{
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ class SupportedModesManager
34
34
{
35
35
36
36
using ModeOptionStructType = Structs::ModeOptionStruct::Type;
37
+
37
38
public:
38
39
/* *
39
40
* A class that can return the supported ModeOptions for a specific endpoint.
@@ -79,7 +80,6 @@ class SupportedModesManager
79
80
const ModeOptionStructType ** dataPtr) const = 0;
80
81
81
82
virtual ~SupportedModesManager () {}
82
-
83
83
};
84
84
85
85
const SupportedModesManager * getSupportedModesManager ();
You can’t perform that action at this time.
0 commit comments