aboutsummaryrefslogtreecommitdiff
path: root/config/base68k.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-08-19 00:11:43 +0000
committerBen Elliston <bje@gnu.org>2003-08-19 00:11:43 +0000
commit22b23d35df2026d61cd1fdbd322e13f03d5e09da (patch)
treecadca88120f9f904981c2670c25daa2a6d6ec7a5 /config/base68k.exp
parentd8222ca8b95f85467601faf692ec5e391e407e1d (diff)
Re-indent with Emacs' tcl-mode.indent-tcl-mode-after
Diffstat (limited to 'config/base68k.exp')
-rw-r--r--config/base68k.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/base68k.exp b/config/base68k.exp
index 65db43c..fdd71d4 100644
--- a/config/base68k.exp
+++ b/config/base68k.exp
@@ -80,8 +80,8 @@ proc base68k_ld { dest prog } {
# dbug has problems if we go into binary mode, so this allows us to
# disable entry into binary mode.
if ![board_info $dest exists no_binary_mode] {
- remote_binary $dest
- }
+ remote_binary $dest
+ }
}
# if we built the srecord on a remote host, copy it back here so we
@@ -147,8 +147,8 @@ proc base68k_ld { dest prog } {
remote_send $dest [board_info $dest download_command]
if [board_info $dest exists download_response] {
remote_expect $dest 5 {
- [board_info $dest download_response] { }
- timeout {
+ [board_info $dest download_response] { }
+ timeout {
perror "Download command never responded."
return "unresolved"
}