From patchwork Thu Jan 26 20:05:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis Machado X-Patchwork-Id: 19043 Received: (qmail 37041 invoked by alias); 26 Jan 2017 20:05:46 -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 37006 invoked by uid 89); 26 Jan 2017 20:05:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, SPF_PASS, URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Jan 2017 20:05:34 +0000 Received: from svr-orw-mbx-03.mgc.mentorg.com ([147.34.90.203]) by relay1.mentorg.com with esmtp id 1cWqIW-0002Sq-Kd from Luis_Gustavo@mentor.com for gdb-patches@sourceware.org; Thu, 26 Jan 2017 12:05:32 -0800 Received: from [172.30.8.148] (147.34.91.1) by svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Thu, 26 Jan 2017 12:05:29 -0800 Reply-To: Luis Machado To: "'gdb-patches@sourceware.org'" From: Luis Machado Subject: [PATCH,obv] Remove spurious empty newlines from lib/memory.exp Message-ID: Date: Thu, 26 Jan 2017 14:05:27 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 X-ClientProxiedBy: svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) To svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) X-IsSubscribed: yes I noticed this after the commit, when rebasing my local tree. 2017-01-26 Luis Machado * lib/memory.exp: Remove spurious empty newlines. diff --git a/gdb/testsuite/lib/memory.exp b/gdb/testsuite/lib/memory.exp index 62dd8ad..e115530 100644 --- a/gdb/testsuite/lib/memory.exp +++ b/gdb/testsuite/lib/memory.exp @@ -29,5 +29,3 @@ proc delete_memory_regions {} { -re "$gdb_prompt $" { } } } - -