Skip to content

Commit b033dc2

Browse files
restyled-commitsjmartinez-silabs
authored andcommitted
Restyled by clang-format
1 parent 5c9e495 commit b033dc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/clusters/color-control-server/color-control-server.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ class ColorControlServer
202202
template <typename Q, typename V>
203203
chip::app::MarkAttributeDirty SetQuietReportAttribute(chip::app::QuieterReportingAttribute<Q> & quietReporter, V newValue,
204204
bool isEndOfTransition, uint16_t transitionTime);
205-
chip::Protocols::InteractionModel::Status SetQuietReportRemainingTime(chip::EndpointId endpoint, uint16_t newRemainingTime, bool isNewTransition = false);
205+
chip::Protocols::InteractionModel::Status SetQuietReportRemainingTime(chip::EndpointId endpoint, uint16_t newRemainingTime,
206+
bool isNewTransition = false);
206207

207208
private:
208209
/**********************************************************

0 commit comments

Comments
 (0)