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 /lib/remote.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 'lib/remote.exp')
-rw-r--r-- | lib/remote.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/remote.exp b/lib/remote.exp index 8fc011e..8864a7c 100644 --- a/lib/remote.exp +++ b/lib/remote.exp @@ -1143,9 +1143,9 @@ proc check_for_board_status { variable } { # crashed, regardless of status found elsewhere (e.g. simulator exit # code). if { [target_info needs_status_wrapper] != "" } then { - set nomatch_return 2 + set nomatch_return 2 } else { - set nomatch_return -1 + set nomatch_return -1 } if [regexp "(^|\[\r\n\])\\*\\*\\* EXIT code" $output] { |