Skip to content

Commit

Permalink
Restyled by gn
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jan 3, 2022
1 parent 3bdb13a commit ca253e7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/inet/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,11 @@ static_library("inet") {

if (chip_system_config_use_ot_udp) {
if (chip_openthread_ftd) {
public_deps += [
"${chip_root}/third_party/openthread/repo:libopenthread-ftd",
]
public_deps +=
[ "${chip_root}/third_party/openthread/repo:libopenthread-ftd" ]
} else {
public_deps += [
"${chip_root}/third_party/openthread/repo:libopenthread-mtd",
]
public_deps +=
[ "${chip_root}/third_party/openthread/repo:libopenthread-mtd" ]
}
}

Expand Down

0 comments on commit ca253e7

Please sign in to comment.