From b4cde44fc181634635b788a80168b02a9e25752c Mon Sep 17 00:00:00 2001 From: Amit Jain Date: Tue, 28 Jun 2022 10:16:39 -0700 Subject: [PATCH] restyle fixes. --- .../include/content-launcher/AppContentLauncherManager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/tv-app/android/include/content-launcher/AppContentLauncherManager.cpp b/examples/tv-app/android/include/content-launcher/AppContentLauncherManager.cpp index 0f8486466c92aa..d898612977983a 100644 --- a/examples/tv-app/android/include/content-launcher/AppContentLauncherManager.cpp +++ b/examples/tv-app/android/include/content-launcher/AppContentLauncherManager.cpp @@ -95,9 +95,9 @@ CHIP_ERROR AppContentLauncherManager::HandleGetAcceptHeaderList(AttributeValueEn if (reader.parse(resStr, value)) { std::string attrId = to_string(chip::app::Clusters::ContentLauncher::Attributes::AcceptHeader::Id); - ChipLogProgress(Zcl, - "AppContentLauncherManager::HandleGetSupportedStreamingProtocols response parsing done. reading attr %s", - attrId.c_str()); + ChipLogProgress( + Zcl, "AppContentLauncherManager::HandleGetSupportedStreamingProtocols response parsing done. reading attr %s", + attrId.c_str()); if (value[attrId].isArray()) { mAcceptHeaderList.clear();