Skip to content

Commit 1058852

Browse files
restyled-commitscrlonxp
authored andcommitted
Restyled by gn
1 parent a765f00 commit 1058852

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

examples/all-clusters-app/linux/BUILD.gn

+2-4
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,11 @@ source_set("chip-all-clusters-common") {
9393
"${chip_root}/examples/platform/linux:app-main",
9494
"${chip_root}/src/app/tests/suites/credentials:dac_provider",
9595
"${chip_root}/src/lib",
96-
"${chip_root}/third_party/jsoncpp",
9796
"${chip_root}/src/wifipaf:wifipaf",
97+
"${chip_root}/third_party/jsoncpp",
9898
]
9999
if (chip_device_config_enable_wifipaf) {
100-
deps += [
101-
"${chip_root}/src/wifipaf:wifipaf",
102-
]
100+
deps += [ "${chip_root}/src/wifipaf:wifipaf" ]
103101
}
104102

105103
include_dirs = [

examples/chip-tool/BUILD.gn

+1-3
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,7 @@ executable("chip-tool") {
137137
"${chip_root}/src/platform/logging:stdio",
138138
]
139139
if (chip_device_config_enable_wifipaf) {
140-
deps += [
141-
"${chip_root}/src/wifipaf:wifipaf",
142-
]
140+
deps += [ "${chip_root}/src/wifipaf:wifipaf" ]
143141
}
144142

145143
output_dir = root_out_dir

0 commit comments

Comments
 (0)