From b63634be6407273c2d014753fb0c0ca79ea5ab31 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Tue, 17 Dec 2019 14:20:36 +0100 Subject: [PATCH] Whitespace fix in gdb.base/skip.exp Just use tabs instead of spaces here. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/skip.exp | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 810cefdaed..1f4f28dac4 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2019-12-17 Bernd Edlinger + + * gdb.base/skip.exp: Whitespace fix. + 2019-12-16 Bernd Edlinger * gdb.base/skip-inline.c: New file. diff --git a/gdb/testsuite/gdb.base/skip.exp b/gdb/testsuite/gdb.base/skip.exp index d76319451b..6b74f51135 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 } -- 2.34.1