Whitespace fix in gdb.base/skip.exp

Just use tabs instead of spaces here.
This commit is contained in:
Bernd Edlinger 2019-12-17 14:20:36 +01:00 committed by Simon Marchi
parent eb7b504651
commit b63634be64
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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
}