From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.hgst.iphmx.com (esa3.hgst.iphmx.com [216.71.153.141]) by sourceware.org (Postfix) with ESMTPS id 07627385DC19 for ; Fri, 3 Apr 2020 22:56:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 07627385DC19 IronPort-SDR: DWcJCOfaWWvTBUu0NImRWhqKxjVv4VsG6OTJ70o8Y+x5/YOXUbNTZNR2colgR5Foz+0i54Pckl qXCH32Rcr6a+aGoUUndMO1gePV/i0KHksumY77oeQGd6PzoDEFIidjY9sIlIlVddtw+w44HRRH aTHiTmtZNrlqi8boJv6w/nwdlOltjDCx795aX0Nx2ZTE59Q0GTIFtZEbbzBo46qjLbiZjyFP2v aEZl7tieXSdySozsYo8iCgzoGWnWdic/Eg1Rmr37zeLAW0H4UHb4q4O5HyMSL8Ks8RiazfiDkg XeQ= X-IronPort-AV: E=Sophos;i="5.72,341,1580745600"; d="scan'208";a="138839259" Received: from h199-255-45-14.hgst.com (HELO uls-op-cesaep01.wdc.com) ([199.255.45.14]) by ob1.hgst.iphmx.com with ESMTP; 04 Apr 2020 06:56:39 +0800 IronPort-SDR: LwYojuVTLsS28A3E7ScDxQHZhnRXRjdb3xTau/W6IWLma1Q7GGpcvjimCzDWKCm+4Iibm4FYZL qN+jGP2OU4qcSGeP/ha+2C2sO5lphd3DZ/q2uCUr/dCIQomiXVdmiMlgWldDhSyZI76vJ5wOAm gzgNictZtcPRAsH+3UxFQI6ELPgk32iUJauRFki1wkJnWRFpVuNaI/iLooobcL4V7aAjKNTkH2 jtgl8YCmbJRf515i8QpMqbqmxdAhTX/yvrqexibl8cAQrXx9Ne6IgkJAWbvqCdHw8LOIvT5dT2 yarOVSVoPXmm9/0PXMXvq/Y/ Received: from uls-op-cesaip02.wdc.com ([10.248.3.37]) by uls-op-cesaep01.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Apr 2020 15:48:00 -0700 IronPort-SDR: P3Y+y3y8quv3M8YVIj3hwiJ9H7dTdI2dLOkLhLkWSn6yEtAPizCkQNhLUrO3vpjwzzBKwDsNvD Ey5B6VZDYGPCCTBv7B+DFITcW1VtsmHx9iFGSCu46KwF9IxZ47Aa2LT/e+c51rrMeKJ8BbBgxq mR9+x7Vlffl9X2ZU0GNeFdo+cYb54xf5vXY2oU+vxEPyN735CYP/KFNdt5O4FGgWIPvq4Y8iu6 rUTtQYV7Px/3GxO8xlFAAL2xASLsTOFjbD7Cw2aA7dYZlRPowi3BFVwSi2BQZAWizPclhSDEeE 5ZA= WDCIronportException: Internal Received: from unknown (HELO redsun52) ([10.149.66.28]) by uls-op-cesaip02.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Apr 2020 15:56:37 -0700 Date: Fri, 3 Apr 2020 23:56:34 +0100 (BST) From: "Maciej W. Rozycki" To: libffi-discuss@sourceware.org cc: Anthony Green , Mike Stump , gcc-patches@gcc.gnu.org Subject: [PATCH libffi 4/4] Correct indentation throughout `libffi-init' In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (LFD 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-13.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libffi-discuss@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libffi-discuss mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2020 22:56:40 -0000 --- 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"]