Skip to content

Commit 09332ef

Browse files
restyled-commitsnivi-apple
authored andcommitted
Restyled by gn
1 parent f14e43e commit 09332ef

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

examples/thermostat/linux/BUILD.gn

+3-5
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ import("//build_overrides/chip.gni")
1717

1818
executable("thermostat-app") {
1919
sources = [
20+
"${chip_root}/src/app/clusters/thermostat-server/PresetStructWithOwnedMembers.cpp",
2021
"include/low-power/LowPowerManager.cpp",
2122
"include/low-power/LowPowerManager.h",
22-
"${chip_root}/src/app/clusters/thermostat-server/PresetStructWithOwnedMembers.cpp",
2323
"main.cpp",
24-
"thermostat-manager.cpp",
2524
"thermostat-delegate-impl.cpp",
25+
"thermostat-manager.cpp",
2626
]
2727

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

34-
include_dirs = [
35-
"include"
36-
]
34+
include_dirs = [ "include" ]
3735

3836
cflags = [ "-Wconversion" ]
3937

0 commit comments

Comments
 (0)