diff options
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2019-12-17 14:20:36 +0100 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2019-12-17 11:00:25 -0500 |
commit | b63634be6407273c2d014753fb0c0ca79ea5ab31 (patch) | |
tree | 216893a40611353f6153c705d6fd3c8095a6e7f2 /gdb/testsuite/gdb.base/skip.exp | |
parent | eb7b504651ff7b44a7328cd967629d8f1d114a4b (diff) | |
download | binutils-gdb-b63634be6407273c2d014753fb0c0ca79ea5ab31.tar.gz |
Whitespace fix in gdb.base/skip.exp
Just use tabs instead of spaces here.
Diffstat (limited to 'gdb/testsuite/gdb.base/skip.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/skip.exp | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |