]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove annoying spaces from objcopy.exp
authorMatthieu Longo <matthieu.longo@arm.com>
Thu, 10 Apr 2025 16:23:21 +0000 (17:23 +0100)
committerMatthieu Longo <matthieu.longo@arm.com>
Wed, 14 May 2025 09:38:13 +0000 (10:38 +0100)
binutils/testsuite/binutils-all/objcopy.exp

index ff93fea1eba99a5f907616e56e9655bda719af2a..cf94570642c14c68a6374d65177f7b7305e482c1 100644 (file)
@@ -180,7 +180,7 @@ proc objcopy_test_verilog {testname} {
        untested "verilog width-4 and width-8 tests"
        return
     }
-    
+
     foreach width {4 8} {
        set got [binutils_run $OBJCOPY "-O verilog --verilog-data-width $width $binfile $verilog-$width.hex"]
        if ![string equal "" $got] then {
@@ -194,7 +194,7 @@ proc objcopy_test_verilog {testname} {
        }
     }
 
-    # Test generating endian correct output.    
+    # Test generating endian correct output.
     set testname "objcopy (verilog output endian-ness == input endian-ness)"
     set got [binutils_run $OBJCOPY "-O verilog --verilog-data-width 4 $binfile $verilog-I4.hex"]
     if ![string equal "" $got] then {
@@ -202,9 +202,9 @@ proc objcopy_test_verilog {testname} {
     }
     send_log "regexp_diff $verilog-I4.hex $srcdir/$subdir/verilog-I4.hex\n"
     if {! [regexp_diff "$verilog-I4.hex" "$srcdir/$subdir/verilog-I4.hex"]} {
-       pass $testname 
+       pass $testname
     } else {
-       fail $testname 
+       fail $testname
     }
 }