Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Feb 17, 2023
1 parent d3fa403 commit 0233a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/common/imgui_ui/windows/boolean_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace Windows {
class BooleanState : public Window
{
public:
BooleanState(chip::EndpointId endpointId, const char *title) : mEndpointId(endpointId), mTitle(title) {}
BooleanState(chip::EndpointId endpointId, const char * title) : mEndpointId(endpointId), mTitle(title) {}

void UpdateState() override;
void Render() override;
Expand Down

0 comments on commit 0233a06

Please sign in to comment.