mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
whitespace
This commit is contained in:
parent
a8773b7d26
commit
d9ac025813
@ -59,7 +59,7 @@ proc gas_start { prog as_opts } {
|
||||
spawn -noecho -nottyinit $srcdir/lib/run $AS $ASFLAGS $as_opts $srcdir/$subdir/$prog
|
||||
} foo
|
||||
if ![regexp {^[0-9]+} $foo] then {
|
||||
perror "Can't run $subdir/$prog: $foo"
|
||||
perror "Can't run $subdir/$prog: $foo"
|
||||
}
|
||||
}
|
||||
|
||||
@ -189,7 +189,7 @@ proc objdump_start_no_subdir { prog opts } {
|
||||
spawn -noecho -nottyinit $srcdir/lib/run $OBJDUMP $opts $prog
|
||||
} foo
|
||||
if ![regexp {^[0-9]+} $foo] then {
|
||||
perror "Can't run $prog: $foo"
|
||||
perror "Can't run $prog: $foo"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user