From 06bd494ebd66b0f3d5e044009f26ed983c181314 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Thu, 27 Jul 2023 15:20:50 +0000 Subject: [PATCH] Restyled by clang-format --- examples/chef/common/chef-channel-manager.cpp | 2 +- examples/chef/common/chef-channel-manager.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/chef/common/chef-channel-manager.cpp b/examples/chef/common/chef-channel-manager.cpp index 4ccccfc6528780..58a07edd730958 100644 --- a/examples/chef/common/chef-channel-manager.cpp +++ b/examples/chef/common/chef-channel-manager.cpp @@ -124,7 +124,7 @@ void ChefChannelManager::HandleChangeChannel(CommandResponseHelper matchedChannels; - uint16_t index = 0; + uint16_t index = 0; uint16_t totalMatchedChannels = 0; for (auto const & channel : mChannels) { diff --git a/examples/chef/common/chef-channel-manager.h b/examples/chef/common/chef-channel-manager.h index 864e22bf22f786..53a1db529a9a4a 100644 --- a/examples/chef/common/chef-channel-manager.h +++ b/examples/chef/common/chef-channel-manager.h @@ -30,7 +30,8 @@ class ChefChannelManager : public chip::app::Clusters::Channel::Delegate CHIP_ERROR HandleGetLineup(chip::app::AttributeValueEncoder & aEncoder); CHIP_ERROR HandleGetCurrentChannel(chip::app::AttributeValueEncoder & aEncoder); - void HandleChangeChannel(chip::app::CommandResponseHelper & helper, + void HandleChangeChannel( + chip::app::CommandResponseHelper & helper, const chip::CharSpan & match); bool HandleChangeChannelByNumber(const uint16_t & majorNumber, const uint16_t & minorNumber); bool HandleSkipChannel(const int16_t & count);