Add missing braces

This commit is contained in:
Douglas Clowes
2014-04-14 09:58:58 +10:00
parent 76baa21f64
commit ff43028b1a

View File

@ -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}
} }