---
 testsuite/lib/libffi.exp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

libffi-init-whitespace.diff
Index: libffi/testsuite/lib/libffi.exp
===================================================================
--- libffi.orig/testsuite/lib/libffi.exp
+++ libffi/testsuite/lib/libffi.exp
@@ -303,7 +303,7 @@ proc libffi-init { args } {
            }
            set compiler "${gccdir}/xgcc"
        }
-        verbose "gccdir $gccdir"
+       verbose "gccdir $gccdir"
 
        set shlib_ext [get_shlib_extension]
        set libgcc_s_x [remote_exec host "$compiler" \
@@ -315,8 +315,8 @@ proc libffi-init { args } {
        }
        verbose "libgcc_dir $libgcc_dir"
 
-        set ld_library_path "."
-        append ld_library_path ":${gccdir}"
+       set ld_library_path "."
+       append ld_library_path ":${gccdir}"
 
        set multi_dir_x [remote_exec host "$compiler" "-print-multi-directory"]
        set multi_lib_x [remote_exec host "$compiler" "-print-multi-lib"]

Reply via email to