Skip to content

Commit 43c82ac

Browse files
restyled-commitsfeasel0
authored andcommitted
Restyled by gn
1 parent 23ea260 commit 43c82ac

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build/chip/chip_test_suite.gni

+6-6
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ template("chip_test_suite") {
109109
pw_test(_test_name) {
110110
# Forward certain variables from the invoker.
111111
forward_variables_from(invoker,
112-
[
113-
"deps",
114-
"public_deps",
115-
"cflags",
116-
"configs",
117-
])
112+
[
113+
"deps",
114+
"public_deps",
115+
"cflags",
116+
"configs",
117+
])
118118

119119
# Link to the common lib for this suite so we get its `sources`.
120120
public_deps += [ ":${_suite_name}.lib" ]

src/test_driver/efr32/args.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ _ldscript =
5151
test_executable_ldflags = [
5252
"-T" + rebase_path(_ldscript, root_build_dir),
5353
"-Wl,--no-warn-rwx-segment",
54-
]
54+
]

0 commit comments

Comments
 (0)