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 nivi-apple committed Jul 26, 2024
1 parent f14e43e commit 09332ef
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions examples/thermostat/linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ import("//build_overrides/chip.gni")

executable("thermostat-app") {
sources = [
"${chip_root}/src/app/clusters/thermostat-server/PresetStructWithOwnedMembers.cpp",
"include/low-power/LowPowerManager.cpp",
"include/low-power/LowPowerManager.h",
"${chip_root}/src/app/clusters/thermostat-server/PresetStructWithOwnedMembers.cpp",
"main.cpp",
"thermostat-manager.cpp",
"thermostat-delegate-impl.cpp",
"thermostat-manager.cpp",
]

deps = [
Expand All @@ -31,9 +31,7 @@ executable("thermostat-app") {
"${chip_root}/src/lib",
]

include_dirs = [
"include"
]
include_dirs = [ "include" ]

cflags = [ "-Wconversion" ]

Expand Down

0 comments on commit 09332ef

Please sign in to comment.