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" ] } }