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]

[commit/obv] Remove trailing space in gdb.ada/small_reg_param.exp


Hello,

FYI, I noticed a small trailing space in one of the gdb.ada testcases,
and my editor happens to be highlighting them in red, so I felt
compelled to fix :-).

gdb/testsuite/ChangeLog:

        * gdb.ada/small_reg_param.exp: Remove trailing space.

Tested on x86_64-linux, checked in.

---
 gdb/testsuite/ChangeLog                   |    4 ++++
 gdb/testsuite/gdb.ada/small_reg_param.exp |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 5ea5f14..4688b38 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2013-07-09  Joel Brobecker  <brobecker@adacore.com>
+
+	* gdb.ada/small_reg_param.exp: Remove trailing space.
+
 2013-07-09  Doug Evans  <dje@google.com>
 
 	* gdb.base/default.exp: Update expected output of "show print array"
diff --git a/gdb/testsuite/gdb.ada/small_reg_param.exp b/gdb/testsuite/gdb.ada/small_reg_param.exp
index 43be178..4a18a9a 100644
--- a/gdb/testsuite/gdb.ada/small_reg_param.exp
+++ b/gdb/testsuite/gdb.ada/small_reg_param.exp
@@ -26,7 +26,7 @@ clean_restart ${testfile}
 if ![runto main] then {
   perror "Couldn't run ${testfile}"
   return
-} 
+}
 
 gdb_breakpoint "call_me"
 
-- 
1.7.10.4


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