Add missing braces
This commit is contained in:
@ -189,6 +189,7 @@ driver hiden_xcs = {
|
|||||||
@ }
|
@ }
|
||||||
@ if { [hpropexists [sct] target] } {
|
@ if { [hpropexists [sct] target] } {
|
||||||
@ set pid [pid_humidity ${tc_root} [sct target] ${data}]
|
@ set pid [pid_humidity ${tc_root} [sct target] ${data}]
|
||||||
|
@ }
|
||||||
}
|
}
|
||||||
code pid_function pid_humidity = {
|
code pid_function pid_humidity = {
|
||||||
@ set path [pathname [sct]]
|
@ set path [pathname [sct]]
|
||||||
@ -219,6 +220,7 @@ driver hiden_xcs = {
|
|||||||
@ sct targets ${targets}
|
@ sct targets ${targets}
|
||||||
@ if { [hpropexists [sct] target] } {
|
@ if { [hpropexists [sct] target] } {
|
||||||
@ set pid [pid_flow ${tc_root} [sct target] ${data}]
|
@ set pid [pid_flow ${tc_root} [sct target] ${data}]
|
||||||
|
@ }
|
||||||
@# cut this function short
|
@# cut this function short
|
||||||
@ return ${nextState}
|
@ return ${nextState}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user