From patchwork Tue Dec 17 14:56:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Edlinger X-Patchwork-Id: 36909 Received: (qmail 49804 invoked by alias); 17 Dec 2019 14:56:49 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 49794 invoked by uid 89); 17 Dec 2019 14:56:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.8 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.1 spammy=H*MI:sk:AM0PR08, H*c:HHH X-HELO: EUR05-DB8-obe.outbound.protection.outlook.com Received: from mail-db8eur05olkn2017.outbound.protection.outlook.com (HELO EUR05-DB8-obe.outbound.protection.outlook.com) (40.92.89.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Dec 2019 14:56:48 +0000 ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=AQ3FNTNIQaWNhuImEPfwqMKIygTlR5TcC2Iv5nRSScpnpd+gB9giqq9VDbpm+QF0ibEJzRc/lYzhxfLpdnsuvORutUj9WOljq9cOkZsYzWkGpnSWrJ6Wsy7jvbp2bxvhsa2MnbTbdbAxd3KytQZFvlRfpTScvV6JmJQBIc7IKjuWZgAx5XHETyM6vmOdisWbIhOHCx08GGtWfy2KBr8rqM7vL38Qw0NXzQWYBNPNGKFrNKEw4yUKA2RzmdOcEGbvdJizy6V4JDaPP/Ypxi9Spp9vCak+P+U/o+ey9K73McrTGKnZDd2HwavxhmvoS9K7YVqUFEuKVCizQUVIJdZxyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=97u+P5xbwoovOZ734vsMtuc5HF0fi7XnIByLQxOVbIY=; b=LhzieFhk7ijdkU/FEXrROkoTw3jpAN5WdEQ8WQ0hQrIysT98VswQwNnsHCbvCdkLLfGsnhDvsdmhBSinU2HCbzAfva2BUCbaNX7Wu4EStsE5lZ/O5vR6/4c8zI0syIQxwkdbxJqxpmKcsqExcc/iU8javjtu8A0zWiYjyR290PtRlM/+dHVi+4Vwm8nCR9zFxIsipYRu+w8zMVoCFRLcV93kfDGASZUL4PxCVR8iAxCisv6myhmXxNtMupog594ZR96VcSlAJzmp+wikFjER8fJIHV8j3gG/AtGWr4PHyzTvup23gqwhMkrPm0CeeMU1xeIY0ObMcG3oghm0W0lNvA== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none Received: from VI1EUR05FT062.eop-eur05.prod.protection.outlook.com (10.233.242.56) by VI1EUR05HT175.eop-eur05.prod.protection.outlook.com (10.233.243.96) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2538.14; Tue, 17 Dec 2019 14:56:45 +0000 Received: from AM0PR08MB3714.eurprd08.prod.outlook.com (10.233.242.53) by VI1EUR05FT062.mail.protection.outlook.com (10.233.243.189) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2538.14 via Frontend Transport; Tue, 17 Dec 2019 14:56:45 +0000 Received: from AM0PR08MB3714.eurprd08.prod.outlook.com ([fe80::8dd1:fb18:6271:f769]) by AM0PR08MB3714.eurprd08.prod.outlook.com ([fe80::8dd1:fb18:6271:f769%7]) with mapi id 15.20.2538.019; Tue, 17 Dec 2019 14:56:45 +0000 From: Bernd Edlinger To: "gdb-patches@sourceware.org" , Simon Marchi Subject: [PATCH, obvious] Fix whitespace in gdb.base/skip.exp Date: Tue, 17 Dec 2019 14:56:45 +0000 Message-ID: x-microsoft-original-message-id: <5d83195d-0b06-4333-0499-e708d520dfa7@hotmail.de> x-ms-exchange-transport-forked: True MIME-Version: 1.0 Hi, this fixes just the whitespace issue in gdb.base/skip.exp. Is it OK for trunk? Thanks Bernd. gdb/testsuite: 2019-12-17 Bernd Edlinger * gdb.base/skip.exp: Whitespace fix. From 83d96746f277eb12127651352d785d9b3c90a881 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Tue, 17 Dec 2019 14:20:36 +0100 Subject: [PATCH] Whitespace fix in gdb.base/skip.exp Just use tabs instead of spaces here. --- gdb/testsuite/gdb.base/skip.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/gdb.base/skip.exp b/gdb/testsuite/gdb.base/skip.exp index b0540dd..15dec42 100644 --- a/gdb/testsuite/gdb.base/skip.exp +++ b/gdb/testsuite/gdb.base/skip.exp @@ -21,8 +21,8 @@ load_lib completion-support.exp standard_testfile if { [prepare_for_testing "failed to prepare" "skip" \ - {skip.c skip1.c } \ - {debug nowarnings}] } { + {skip.c skip1.c } \ + {debug nowarnings}] } { return -1 } -- 1.9.1