aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
diff options
context:
space:
mode:
authorDoug Evans <xdje42@gmail.com>2013-11-23 15:20:42 -0800
committerDoug Evans <xdje42@gmail.com>2013-11-23 15:20:42 -0800
commitf873dd7ade1d20f4f89b1d52f081c83bc37bbad7 (patch)
tree9e87039819de35a9df76f3c2ae2ef6bc246767f3 /gdb/testsuite/gdb.python
parent995c1ad93a97c35d45083dfc4414cd2c3bb8270d (diff)
downloadbinutils-f873dd7ade1d20f4f89b1d52f081c83bc37bbad7.zip
binutils-f873dd7ade1d20f4f89b1d52f081c83bc37bbad7.tar.gz
binutils-f873dd7ade1d20f4f89b1d52f081c83bc37bbad7.tar.bz2
* gdb.python/py-symbol.exp: Fix whitespace.
Diffstat (limited to 'gdb/testsuite/gdb.python')
-rw-r--r--gdb/testsuite/gdb.python/py-symbol.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.python/py-symbol.exp b/gdb/testsuite/gdb.python/py-symbol.exp
index f67af54..5befd2d 100644
--- a/gdb/testsuite/gdb.python/py-symbol.exp
+++ b/gdb/testsuite/gdb.python/py-symbol.exp
@@ -115,10 +115,10 @@ gdb_test "python print (t\[0\].symtab)" "gdb.python/py-symbol.c.*" "Get symtab"
# C++ tests
# Recompile binary.
- if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}-cxx" executable "debug c++"] != "" } {
- untested "Couldn't compile ${srcfile} in c++ mode"
- return -1
- }
+if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}-cxx" executable "debug c++"] != "" } {
+ untested "Couldn't compile ${srcfile} in c++ mode"
+ return -1
+}
# Start with a fresh gdb.
gdb_exit