From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13708 invoked by alias); 17 Mar 2016 09:12:05 -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 13667 invoked by uid 89); 17 Mar 2016 09:12:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy= X-HELO: e06smtp09.uk.ibm.com Received: from e06smtp09.uk.ibm.com (HELO e06smtp09.uk.ibm.com) (195.75.94.105) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Thu, 17 Mar 2016 09:12:02 +0000 Received: from localhost by e06smtp09.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 17 Mar 2016 09:11:59 -0000 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp09.uk.ibm.com (192.168.101.139) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 17 Mar 2016 09:11:57 -0000 X-IBM-Helo: d06dlp03.portsmouth.uk.ibm.com X-IBM-MailFrom: arnez@linux.vnet.ibm.com X-IBM-RcptTo: gdb-patches@sourceware.org Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id CE0E21B08722 for ; Thu, 17 Mar 2016 09:02:46 +0000 (GMT) Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u2H92Hq82359638 for ; Thu, 17 Mar 2016 09:02:17 GMT Received: from d06av04.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u2H92F1F023797 for ; Thu, 17 Mar 2016 03:02:16 -0600 Received: from oc1027705133.ibm.com (dyn-9-152-212-180.boeblingen.de.ibm.com [9.152.212.180]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id u2H927Km023338 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 17 Mar 2016 03:02:09 -0600 From: Andreas Arnez To: Yao Qi Cc: gdb-patches@sourceware.org, "Metzger\, Markus T" Subject: Re: [PATCH 2/3] linux-record.c: Fix whitespace issues References: <1458154517-25441-1-git-send-email-arnez@linux.vnet.ibm.com> <1458154517-25441-3-git-send-email-arnez@linux.vnet.ibm.com> <861t79xzmb.fsf@gmail.com> Date: Thu, 17 Mar 2016 09:12:00 -0000 In-Reply-To: <861t79xzmb.fsf@gmail.com> (Yao Qi's message of "Thu, 17 Mar 2016 08:44:28 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16031709-0037-0000-0000-000006500DF4 X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00298.txt.bz2 On Thu, Mar 17 2016, Yao Qi wrote: > Andreas Arnez writes: > >> gdb/ChangeLog: >> >> * linux-record.c: Fix whitespace issues: tabify; remove trailing > > s/:/; ? > >> spaces. > > Patch is OK. Thanks, changed and pushed. -- Andreas