[PATCH libffi 4/4] Correct indentation throughout `libffi-init'

Maciej W. Rozycki macro@wdc.com
Fri Apr 3 22:56:34 GMT 2020


---
 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"]


More information about the Libffi-discuss mailing list