From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4986 invoked by alias); 6 Jan 2020 13:07:12 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 4971 invoked by uid 89); 6 Jan 2020 13:07:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,FSL_HELO_FAKE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:251 X-HELO: mail-wr1-f66.google.com Received: from mail-wr1-f66.google.com (HELO mail-wr1-f66.google.com) (209.85.221.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 Jan 2020 13:07:11 +0000 Received: by mail-wr1-f66.google.com with SMTP id w15so36918688wru.4 for ; Mon, 06 Jan 2020 05:07:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-description:content-disposition:in-reply-to; bh=y/7j9Onq4H1MDjD4Yd2Cx1q9+gIQZI/y9qOGc44UPJk=; b=F9Y3v94q85F9GlAyd6NrkNIJohMCnOJUdFPUeX6nwbjNCdD+DcgAc6CCA3Sjk0Q3vl 5tarJvCNWfLkJ20aSVQnqSNAGJ/OupS50secQ7ZUTvijjXJTAO1+mxyiX/w2hj5SP0TZ /PpYMmQUWTu1Zs9Bsx1YzdCK6gzxAZBnzdI56tdjfJnmexmKhK5rTWpG4tk0pU59b4AH LcYLHLvdgU0M8xdhWx+7dw0efhuqWweAEU1ruZiogBo5+CZJ/uEOpFDfZ0/Yr/Jcp4R8 0HnJS27LNi+cvHMEa2pslXlRDyctuBBmXfTwdJ580s+VbUXpRcTa8Wp15prWc9L+jKl7 wk8Q== Return-Path: Received: from gmail.com ([2a03:1b20:3:f011::6d]) by smtp.gmail.com with ESMTPSA id k11sm22349351wmc.20.2020.01.06.05.07.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Jan 2020 05:07:08 -0800 (PST) Date: Mon, 06 Jan 2020 13:07:00 -0000 From: Shahab Vahedi To: Pedro Alves Cc: gdb-patches@sourceware.org, Shahab Vahedi , Andrew Burgess , Claudiu Zissulescu , Francois Bedard Subject: Re: [PATCH] GDB: Remove trailing spaces in tui-disasm.c Message-ID: <20200106130706.GC1101@gmail.com> References: <20200106125418.23443-1-shahab.vahedi@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Description: apply Content-Disposition: inline In-Reply-To: X-SW-Source: 2020-01/txt/msg00110.txt.bz2 On Mon, Jan 06, 2020 at 01:04:24PM +0000, Pedro Alves wrote: > OK. Would you apply the patch then? I don't know how to proceed further from here. Thanks! > > Thanks, > Pedro Alves > -- Shahab