aboutsummaryrefslogtreecommitdiff
path: root/lib/debugger.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 /lib/debugger.exp
parentd8222ca8b95f85467601faf692ec5e391e407e1d (diff)
downloaddejagnu-22b23d35df2026d61cd1fdbd322e13f03d5e09da.zip
dejagnu-22b23d35df2026d61cd1fdbd322e13f03d5e09da.tar.gz
dejagnu-22b23d35df2026d61cd1fdbd322e13f03d5e09da.tar.bz2
Re-indent with Emacs' tcl-mode.
Diffstat (limited to 'lib/debugger.exp')
-rw-r--r--lib/debugger.exp10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/debugger.exp b/lib/debugger.exp
index 1409f2c..bb2e10d 100644
--- a/lib/debugger.exp
+++ b/lib/debugger.exp
@@ -32,7 +32,7 @@ proc dumpvars { args } {
}
}
}
- ]
+ ]
}
#
@@ -48,7 +48,7 @@ proc dumplocals { args } {
}
}
}
- ]
+ ]
}
#
# Dump the body of procedures specified by a regexp.
@@ -204,15 +204,15 @@ proc bt { } {
# create some stub procedures since we can't alias the command names
#
proc dp { args } {
- uplevel 1 dumprocs $args
+ uplevel 1 dumprocs $args
}
proc dv { args } {
- uplevel 1 dumpvars $args
+ uplevel 1 dumpvars $args
}
proc dl { args } {
- uplevel 1 dumplocals $args
+ uplevel 1 dumplocals $args
}
proc dw { args } {