From 69a7e8fec20d98a15376b3a47a9a33d8e99fbf67 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 28 Sep 2022 11:37:10 +0000 Subject: [PATCH] Restyled by gn --- examples/all-clusters-app/nxp/mw320/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/all-clusters-app/nxp/mw320/BUILD.gn b/examples/all-clusters-app/nxp/mw320/BUILD.gn index 5e44ef748df491..84d41622d7d8f1 100644 --- a/examples/all-clusters-app/nxp/mw320/BUILD.gn +++ b/examples/all-clusters-app/nxp/mw320/BUILD.gn @@ -44,7 +44,7 @@ mw320_sdk("sdk") { } else { defines += [ "BUILD_RELEASE=1" ] } - if (wifi_conn_abort_support == true ) { + if (wifi_conn_abort_support == true) { defines += [ "WIFI_CONN_ABORT_SUPPORT" ] } }