Skip to content

Commit

Permalink
Restyled by gn
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and Thirsrin committed Aug 16, 2023
1 parent f78f7b8 commit 7798bd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions examples/platform/silabs/SiWx917/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,8 @@ source_set("siwx917-common") {

# DIC
if (enable_dic) {
public_deps += [
"${silabs_common_plat_dir}/DIC/matter_abs_interface:silabs-dic",
]
public_deps +=
[ "${silabs_common_plat_dir}/DIC/matter_abs_interface:silabs-dic" ]
}

# Attestation Credentials
Expand Down
5 changes: 2 additions & 3 deletions examples/platform/silabs/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,8 @@ source_set("efr32-common") {

# DIC
if (enable_dic) {
public_deps += [
"${silabs_common_plat_dir}/DIC/matter_abs_interface:silabs-dic",
]
public_deps +=
[ "${silabs_common_plat_dir}/DIC/matter_abs_interface:silabs-dic" ]
}

include_dirs = [ "." ]
Expand Down

0 comments on commit 7798bd8

Please sign in to comment.