diff options
author | Ben Elliston <bje@gnu.org> | 2003-08-19 00:11:43 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2003-08-19 00:11:43 +0000 |
commit | 22b23d35df2026d61cd1fdbd322e13f03d5e09da (patch) | |
tree | cadca88120f9f904981c2670c25daa2a6d6ec7a5 /config/sim.exp | |
parent | d8222ca8b95f85467601faf692ec5e391e407e1d (diff) | |
download | dejagnu-22b23d35df2026d61cd1fdbd322e13f03d5e09da.zip dejagnu-22b23d35df2026d61cd1fdbd322e13f03d5e09da.tar.gz dejagnu-22b23d35df2026d61cd1fdbd322e13f03d5e09da.tar.bz2 |
Re-indent with Emacs' tcl-mode.
Diffstat (limited to 'config/sim.exp')
-rw-r--r-- | config/sim.exp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/sim.exp b/config/sim.exp index 50cc508..db935e4 100644 --- a/config/sim.exp +++ b/config/sim.exp @@ -82,13 +82,13 @@ proc sim_load { dest prog args } { set output "" - if { [board_info target sim,protocol] == "sid" } { - set cmd "-e \"set cpu-loader file [list $prog]\"" - } elseif { [board_info target sim,protocol] == "rawsid" } { - set cmd "--load=$prog" - } else { - set cmd $prog - } + if { [board_info target sim,protocol] == "sid" } { + set cmd "-e \"set cpu-loader file [list $prog]\"" + } elseif { [board_info target sim,protocol] == "rawsid" } { + set cmd "--load=$prog" + } else { + set cmd $prog + } # Run the program with a limited amount of real time. While # this isn't as nice as limiting the amount of CPU time, it |