From 98370e3ae78d5f7a25ba2529edd279bd4b4d027c Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Thu, 25 Jul 2024 09:58:41 +0000 Subject: [PATCH] Restyled by clang-format --- examples/light-switch-app/qpg/src/AppTask.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/light-switch-app/qpg/src/AppTask.cpp b/examples/light-switch-app/qpg/src/AppTask.cpp index b090a3f06ae3cc..7cb0a41a452aca 100644 --- a/examples/light-switch-app/qpg/src/AppTask.cpp +++ b/examples/light-switch-app/qpg/src/AppTask.cpp @@ -247,8 +247,8 @@ CHIP_ERROR AppTask::Init() CHIP_ERROR err = CHIP_NO_ERROR; #if defined(QORVO_QPINCFG_ENABLE) - qResult_t res = Q_OK; - res = qPinCfg_Init(NULL); + qResult_t res = Q_OK; + res = qPinCfg_Init(NULL); if (res != Q_OK) { ChipLogError(NotSpecified, "qPinCfg_Init failed: %d", res);