* gdb.python/py-symbol.exp: Fix whitespace.
authorDoug Evans <xdje42@gmail.com>
Sat, 23 Nov 2013 23:20:42 +0000 (15:20 -0800)
committerDoug Evans <xdje42@gmail.com>
Sat, 23 Nov 2013 23:20:42 +0000 (15:20 -0800)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-symbol.exp

index ee8dfefb8a04dacf2326d0836f0bd0795da17d3e..9e263d746dcb9f9a97b3595ccb3da9ff0dc596e3 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-23  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.python/py-symbol.exp: Fix whitespace.
+
 2013-11-23  Doug Evans  <xdje42@gmail.com>
 
        * gdb.python/python.exp: Don't call skip_python_tests, we still want
index f67af54bd7d39e750cd317d56876c5978eee6bb1..5befd2d528f7f13bc1d69653883c8b7eaa4cec35 100644 (file)
@@ -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