From: Bernd Edlinger Date: Tue, 17 Dec 2019 13:20:36 +0000 (+0100) Subject: Whitespace fix in gdb.base/skip.exp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b63634be6407273c2d014753fb0c0ca79ea5ab31;p=binutils-gdb.git Whitespace fix in gdb.base/skip.exp Just use tabs instead of spaces here. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 810cefdaeda..1f4f28dac40 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 d76319451b8..6b74f51135e 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 }