From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64809 invoked by alias); 29 Jan 2016 17:47:55 -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 64783 invoked by uid 89); 29 Jan 2016 17:47:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pa0-f51.google.com Received: from mail-pa0-f51.google.com (HELO mail-pa0-f51.google.com) (209.85.220.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 29 Jan 2016 17:47:53 +0000 Received: by mail-pa0-f51.google.com with SMTP id ho8so44684273pac.2 for ; Fri, 29 Jan 2016 09:47:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type :content-transfer-encoding; bh=vdgPiRVfHaQYEDxxZF0Alot5S+a1ObP7EbNuIYGQguQ=; b=Qht9N0TK16c1/pYLLfzJxdiBqgUlw7tAtY37HhbShyQMJ9ryBpY2YmUxhQBfeWTltR YsJ091LFsZQGaiifEJRec92lrqASe0sO2Aa4x2b7KQybL6BExhD1+CFTFhLaLuyfVAYO GtcamshnRRaaaUVTHLHbahkZWRhsXyVvzZniY/ZMWWYElab4hRz+w+wVEt+t9+f7rWYX f2+kKkKGK0vwgy6TH62APJDSQbFG3Q6XRyKcIIZpCcKCIir3qwxFUM3lmYJ+CgbijejF /RF+8HmIeL43Mk5tlu4c2d1dJL8Pj8Xfg+JVedpItHiFSrRLoO7+uImcaZUf6DhfQYhs tFYQ== X-Gm-Message-State: AG10YOQVqVstWOZVjn5n+h0H4UDt3+oJdikbMk5UeDVjiCHF9kWVwyFkBjsYA2Igjnuptg== X-Received: by 10.66.252.198 with SMTP id zu6mr15280599pac.107.1454089672145; Fri, 29 Jan 2016 09:47:52 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id tk1sm24985765pac.5.2016.01.29.09.47.50 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 29 Jan 2016 09:47:51 -0800 (PST) From: Yao Qi To: Simon Marchi Cc: Yao Qi , Subject: Re: [PATCH] Fix two misleading indentation warnings References: <1454006626-10564-1-git-send-email-simon.marchi@ericsson.com> <86mvropjyo.fsf@gmail.com> <56AB89A8.80601@ericsson.com> Date: Fri, 29 Jan 2016 17:47:00 -0000 In-Reply-To: <56AB89A8.80601@ericsson.com> (Simon Marchi's message of "Fri, 29 Jan 2016 10:47:52 -0500") Message-ID: <86a8nop9a5.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00723.txt.bz2 Simon Marchi writes: > gdb/ChangeLog: > > * aarch64-tdep.c (aarch64_record_asimd_load_store): Add braces > to for include additional lines. > * xcoffread.c (scan_xcoff_symtab): Remove unnecessary braces. Patch is OK to me. --=20 Yao (=E9=BD=90=E5=B0=A7)