Skip to content

Commit da27500

Browse files
restyled-commitsdrempelg
authored andcommitted
Restyled by whitespace
1 parent 2212c8e commit da27500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/clusters/energy-preference-server/energy-preference-server.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace chip::app::Clusters::EnergyPreference
2929

3030
struct Delegate
3131
{
32-
//Note: This delegate does not handle the "Current Active" indexes attributes storage.
32+
//Note: This delegate does not handle the "Current Active" indexes attributes storage.
3333
//eg: Current Energy Balance and Current Low Power Mode Sensitivity. These can be handled using
3434
//ember built in storage, or via the external callbacks as desired by the implementer.
3535

@@ -86,4 +86,4 @@ struct Delegate
8686
void SetDelegate(Delegate * aDelegate);
8787
Delegate * GetDelegate();
8888

89-
} // namespace chip::app::Clusters::EnergyPreference
89+
} // namespace chip::app::Clusters::EnergyPreference

0 commit comments

Comments
 (0)