From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa5.hgst.iphmx.com (esa5.hgst.iphmx.com [216.71.153.144]) by sourceware.org (Postfix) with ESMTPS id 12121385E00C for ; Fri, 3 Apr 2020 22:56:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 12121385E00C IronPort-SDR: nqAhOMXadzKiwhzZjv4tSOt6jQwNbYyut7wCSYX62kWnRnrKFvCCjW5PDmbIcyFHVeedCjO++1 ywj4bjbuB9XY6sYuK6WCRN2MnHe3+48sTu6I4htFUa4R+Sw9btryTbGFHLkBXf3yoFVJdUk0LH xmFAkYQ7tymK5L/TIBmx3HRHat9afoyXxFf9Z2tI3VlLxXR1pHUN81jI1ekZk3Q32AYZIOvy26 HYtzcPjiGL2AC+hfzgeTgQrk23H5dQeJzOsPEEAgEwIFjFO2canHufhpNKpf8I60r885mqIOf2 m4w= X-IronPort-AV: E=Sophos;i="5.72,341,1580745600"; d="scan'208";a="134864017" Received: from uls-op-cesaip02.wdc.com (HELO uls-op-cesaep02.wdc.com) ([199.255.45.15]) by ob1.hgst.iphmx.com with ESMTP; 04 Apr 2020 06:56:38 +0800 IronPort-SDR: xLhYnn7PvDUEo7uBfLDOQOr8vwzqnO/u96GXLItPUJtay9OLS9f/9B9EKgrYGd5+8PIMrh9S9c csvLwUwj40yhxFTOULjs8ReaTzGEwey0Ov20v1oSUxi51hsxuvSD+8D92arAi6cSy1X42vfHNV HbmlKeU51iMJHPq79FfcY774bgIPaz+0HlrjIWhd+vgtdvyKMbyt9IEobueSnCTp6dq0w3sfwS Au+oZGWOzAlos2nG2McqB4Fl5URKth/SXS/gFR178kXsSu9uJOA+XuvLb28c6+W4xDPxNE8lt9 vT5Xu8oilAVZwOuOulhBRdJ4 Received: from uls-op-cesaip02.wdc.com ([10.248.3.37]) by uls-op-cesaep02.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Apr 2020 15:47:26 -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=-14.7 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=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches 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"]