From 3bfc7f2408147fdb4c5f4a3528d1040bacdb1d8f Mon Sep 17 00:00:00 2001 From: Junior Martinez Date: Mon, 15 Aug 2022 19:45:26 -0400 Subject: [PATCH] restyle --- examples/chef/efr32/args.gni | 2 +- examples/lighting-app/efr32/BUILD.gn | 1 - examples/lighting-app/efr32/args.gni | 2 +- src/inet/BUILD.gn | 3 +-- src/platform/EFR32/BUILD.gn | 3 +-- 5 files changed, 4 insertions(+), 7 deletions(-) diff --git a/examples/chef/efr32/args.gni b/examples/chef/efr32/args.gni index 6f6b3d248ee53b..4e322f1022501b 100644 --- a/examples/chef/efr32/args.gni +++ b/examples/chef/efr32/args.gni @@ -25,4 +25,4 @@ pw_log_BACKEND = "${chip_root}/src/lib/support/pw_log_chip" pw_assert_BACKEND = "$dir_pw_assert_log:check_backend" chip_enable_openthread = true openthread_external_platform = - "${chip_root}/third_party/openthread/platforms/efr32:libopenthread-efr32" + "${chip_root}/third_party/openthread/platforms/efr32:libopenthread-efr32" diff --git a/examples/lighting-app/efr32/BUILD.gn b/examples/lighting-app/efr32/BUILD.gn index 15f6e0171c5aaa..81a25554eb9ba2 100644 --- a/examples/lighting-app/efr32/BUILD.gn +++ b/examples/lighting-app/efr32/BUILD.gn @@ -207,7 +207,6 @@ efr32_executable("lighting_app") { "${chip_root}/third_party/openthread:openthread", "${examples_plat_dir}:efr-matter-shell", ] - } if (chip_enable_ota_requestor) { diff --git a/examples/lighting-app/efr32/args.gni b/examples/lighting-app/efr32/args.gni index 9121d153beeb5c..1e5ed4ca14102c 100644 --- a/examples/lighting-app/efr32/args.gni +++ b/examples/lighting-app/efr32/args.gni @@ -26,4 +26,4 @@ chip_enable_openthread = true pw_rpc_CONFIG = "$dir_pw_rpc:disable_global_mutex" openthread_external_platform = - "${chip_root}/third_party/openthread/platforms/efr32:libopenthread-efr32" \ No newline at end of file + "${chip_root}/third_party/openthread/platforms/efr32:libopenthread-efr32" diff --git a/src/inet/BUILD.gn b/src/inet/BUILD.gn index 7f3c76cb76a6cf..5a85beb667c25b 100644 --- a/src/inet/BUILD.gn +++ b/src/inet/BUILD.gn @@ -108,8 +108,7 @@ static_library("inet") { } if (chip_system_config_use_open_thread_inet_endpoints) { - public_deps += - [ "${chip_root}/third_party/openthread:openthread" ] + public_deps += [ "${chip_root}/third_party/openthread:openthread" ] } if (chip_inet_config_enable_tcp_endpoint) { diff --git a/src/platform/EFR32/BUILD.gn b/src/platform/EFR32/BUILD.gn index 9f89fb128c911f..e406ce994eedee 100644 --- a/src/platform/EFR32/BUILD.gn +++ b/src/platform/EFR32/BUILD.gn @@ -98,8 +98,7 @@ static_library("EFR32") { "$dir_pw_kvs", ] if (chip_enable_openthread) { - public_deps += - [ "${chip_root}/third_party/openthread:openthread" ] + public_deps += [ "${chip_root}/third_party/openthread:openthread" ] deps += [ "${chip_root}/third_party/silabs:openthread_cli" ]