aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2019-12-17 14:20:36 +0100
committerSimon Marchi <simon.marchi@efficios.com>2019-12-17 11:00:25 -0500
commitb63634be6407273c2d014753fb0c0ca79ea5ab31 (patch)
tree216893a40611353f6153c705d6fd3c8095a6e7f2
parenteb7b504651ff7b44a7328cd967629d8f1d114a4b (diff)
downloadfsf-binutils-gdb-b63634be6407273c2d014753fb0c0ca79ea5ab31.zip
fsf-binutils-gdb-b63634be6407273c2d014753fb0c0ca79ea5ab31.tar.gz
fsf-binutils-gdb-b63634be6407273c2d014753fb0c0ca79ea5ab31.tar.bz2
Whitespace fix in gdb.base/skip.exp
Just use tabs instead of spaces here.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/skip.exp4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 810cefd..1f4f28d 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
+
+ * gdb.base/skip.exp: Whitespace fix.
+
2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
* gdb.base/skip-inline.c: New file.
diff --git a/gdb/testsuite/gdb.base/skip.exp b/gdb/testsuite/gdb.base/skip.exp
index d763194..6b74f51 100644
--- a/gdb/testsuite/gdb.base/skip.exp
+++ b/gdb/testsuite/gdb.base/skip.exp
@@ -21,8 +21,8 @@ load_lib completion-support.exp
standard_testfile
if { [prepare_for_testing "failed to prepare" "skip" \
- {skip.c skip1.c } \
- {debug nowarnings}] } {
+ {skip.c skip1.c } \
+ {debug nowarnings}] } {
return -1
}