Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Oct 13, 2022
1 parent afecdf6 commit f8be3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/chip/chip_codegen.gni
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ template("chip_codegen") {
sources = [ _idl_file ]

outputs = []
foreach (name, invoker.outputs) {
outputs += ["${target_gen_dir}/${name}"]
foreach(name, invoker.outputs) {
outputs += [ "${target_gen_dir}/${name}" ]
}
}
}

0 comments on commit f8be3ec

Please sign in to comment.