[commit] fix whitespace in py-symbol.exp

Doug Evans xdje42@gmail.com
Sat Nov 23 23:49:00 GMT 2013


Hi.

I happened to notice this.
Committed.

2013-11-23  Doug Evans  <xdje42@gmail.com>

	* gdb.python/py-symbol.exp: Fix whitespace.

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



More information about the Gdb-patches mailing list