Remove superfluous trailing white space from TCL files
This commit is contained in:
@@ -84,14 +84,14 @@ proc query_attval {sobj query} {
|
||||
}
|
||||
##
|
||||
# prop_list list of property name value pairs
|
||||
# value can be a @any @missing a single value or a list optionally preceded by -not
|
||||
# value can be a @any @missing a single value or a list optionally preceded by -not
|
||||
# listnode / {data true sicsdev @missing type {-not part instrument nxvgroup}}
|
||||
proc listnode {hpath prop_list} {
|
||||
if {$hpath == "/"} {
|
||||
foreach hp [hlist /] {
|
||||
if [query_propval /$hp $prop_list] {
|
||||
clientput "/$hp"
|
||||
}
|
||||
}
|
||||
listnode /$hp $prop_list
|
||||
}
|
||||
} else {
|
||||
@@ -108,11 +108,11 @@ proc listsobj {sicstype att_list} {
|
||||
foreach sobj [sicslist type $sicstype] {
|
||||
if [query_attval $sobj $att_list] {
|
||||
clientput "$sobj"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
publish query_propval user
|
||||
publish query_attval user
|
||||
publish listnode user
|
||||
publish listsobj user
|
||||
publish listsobj user
|
||||
|
||||
Reference in New Issue
Block a user