Skip to content

Commit f3bb52c

Browse files
restyled-commitsThirsrin
authored andcommitted
Restyled by clang-format
1 parent 403d493 commit f3bb52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/common/imgui_ui/windows/light.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ void Light::Render()
158158
(mColorMode == chip::app::Clusters::ColorControl::ColorModeEnum::kCurrentHueAndCurrentSaturation) ? "Hue/Saturation"
159159
: (mColorMode == chip::app::Clusters::ColorControl::ColorModeEnum::kCurrentXAndCurrentY) ? "X/Y"
160160
: (mColorMode == chip::app::Clusters::ColorControl::ColorModeEnum::kColorTemperature) ? "Temperature/Mireds"
161-
: "UNKNOWN";
161+
: "UNKNOWN";
162162

163163
ImGui::Text("Mode: %s", mode);
164164

0 commit comments

Comments
 (0)