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 andy31415 committed Jun 19, 2023
1 parent 287b044 commit 11a9c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tracing/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ config("tracing_none") {
defines = [ "MATTER_TRACE_NONE" ]
}

static_library("tracing") {
static_library("tracing") {
sources = [
"backend.h",
"log_declares.h",
Expand Down
2 changes: 1 addition & 1 deletion src/tracing/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import("//build_overrides/nlunit_test.gni")
import("${chip_root}/build/chip/chip_test_suite.gni")
import("${chip_root}/src/tracing/tracing_args.gni")

if (matter_enable_tracing_support && (matter_trace_config == "multiplexed")) {
if (matter_enable_tracing_support && matter_trace_config == "multiplexed") {
chip_test_suite("tests") {
output_name = "libTracingTests"

Expand Down

0 comments on commit 11a9c5d

Please sign in to comment.