This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[rfa] gdb.base/all-bin.exp , indentation


Just making consistent with the majority of tests.
Anybody object?

2011-02-22  Michael Snyder  <msnyder@vmware.com>

	* gdb.base/all-bin.exp: Indent according to current practice.

Index: gdb.base/all-bin.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/all-bin.exp,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 all-bin.exp
--- gdb.base/all-bin.exp	1 Jan 2011 15:33:40 -0000	1.15
+++ gdb.base/all-bin.exp	22 Feb 2011 20:02:59 -0000
@@ -25,8 +25,8 @@
 
 
 if $tracelevel then {
-	strace $tracelevel
-	}
+    strace $tracelevel
+}
 
 #
 # test running programs
@@ -39,7 +39,7 @@ set binfile ${objdir}/${subdir}/${testfi
 if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug nowarnings}] != "" } {
     untested all-bin.exp
     return -1
-    }
+}
 
 if [get_compiler_info ${binfile}] {
     return -1

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]