mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
tool/run: Whitespace
This commit is contained in:
parent
511a655efb
commit
58b8e766d1
4
tool/run
4
tool/run
@ -657,6 +657,7 @@ proc power_plug_connect {} {
|
||||
return $connection_id
|
||||
}
|
||||
|
||||
|
||||
proc power_plug_reset {} {
|
||||
set power_port [get_cmd_arg --reset-port 1]
|
||||
|
||||
@ -676,6 +677,7 @@ proc power_plug_reset {} {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
##
|
||||
# Overwrite exit handler to switch off power plug adapter at script exit
|
||||
#
|
||||
@ -690,12 +692,10 @@ proc exit {{status 0}} {
|
||||
send -i $connection_id "port $power_port 0\n"
|
||||
expect -i $connection_id "250 OK"
|
||||
}
|
||||
|
||||
power_plug_off_exit $status
|
||||
}
|
||||
|
||||
|
||||
|
||||
##
|
||||
# Execute scenario expecting output via serial device
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user