Skip to content

Commit c5a0d25

Browse files
author
Matthieu Longo
committed
Remove annoying spaces from objcopy.exp
1 parent f25554b commit c5a0d25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

binutils/testsuite/binutils-all/objcopy.exp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ proc objcopy_test_verilog {testname} {
180180
untested "verilog width-4 and width-8 tests"
181181
return
182182
}
183-
183+
184184
foreach width {4 8} {
185185
set got [binutils_run $OBJCOPY "-O verilog --verilog-data-width $width $binfile $verilog-$width.hex"]
186186
if ![string equal "" $got] then {
@@ -194,17 +194,17 @@ proc objcopy_test_verilog {testname} {
194194
}
195195
}
196196

197-
# Test generating endian correct output.
197+
# Test generating endian correct output.
198198
set testname "objcopy (verilog output endian-ness == input endian-ness)"
199199
set got [binutils_run $OBJCOPY "-O verilog --verilog-data-width 4 $binfile $verilog-I4.hex"]
200200
if ![string equal "" $got] then {
201201
fail $testname
202202
}
203203
send_log "regexp_diff $verilog-I4.hex $srcdir/$subdir/verilog-I4.hex\n"
204204
if {! [regexp_diff "$verilog-I4.hex" "$srcdir/$subdir/verilog-I4.hex"]} {
205-
pass $testname
205+
pass $testname
206206
} else {
207-
fail $testname
207+
fail $testname
208208
}
209209
}
210210

0 commit comments

Comments
 (0)