From 4143949d4e5f68652a75d8ca27eb75c92e0a7568 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Thu, 16 Nov 2023 10:45:43 -0500 Subject: [PATCH] Restyle --- .../tv-app/tv-common/clusters/keypad-input/KeypadInputManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tv-app/tv-common/clusters/keypad-input/KeypadInputManager.h b/examples/tv-app/tv-common/clusters/keypad-input/KeypadInputManager.h index ba0971366b5fae..b06d09f8bb0d0f 100644 --- a/examples/tv-app/tv-common/clusters/keypad-input/KeypadInputManager.h +++ b/examples/tv-app/tv-common/clusters/keypad-input/KeypadInputManager.h @@ -23,7 +23,7 @@ using chip::app::CommandResponseHelper; using KeypadInputDelegate = chip::app::Clusters::KeypadInput::Delegate; using SendKeyResponseType = chip::app::Clusters::KeypadInput::Commands::SendKeyResponse::Type; -using CecKeyCodeType = chip::app::Clusters::KeypadInput::CecKeyCodeEnum; +using CecKeyCodeType = chip::app::Clusters::KeypadInput::CecKeyCodeEnum; class KeypadInputManager : public KeypadInputDelegate {