From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11816 invoked by alias); 16 Feb 2013 07:42:29 -0000 Received: (qmail 11795 invoked by uid 22791); 16 Feb 2013 07:42:28 -0000 X-SWARE-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_SM X-Spam-Check-By: sourceware.org Received: from mail-pb0-f43.google.com (HELO mail-pb0-f43.google.com) (209.85.160.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 16 Feb 2013 07:42:24 +0000 Received: by mail-pb0-f43.google.com with SMTP id md12so913479pbc.2 for ; Fri, 15 Feb 2013 23:42:23 -0800 (PST) X-Received: by 10.68.49.167 with SMTP id v7mr12295599pbn.131.1361000543752; Fri, 15 Feb 2013 23:42:23 -0800 (PST) Received: from [192.168.1.128] ([115.193.204.164]) by mx.google.com with ESMTPS id o1sm19337232pax.2.2013.02.15.23.42.20 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 Feb 2013 23:42:22 -0800 (PST) Message-ID: <511F3944.4070208@gmail.com> Date: Sat, 16 Feb 2013 07:42:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/17.0 Thunderbird/17.0a1 MIME-Version: 1.0 To: Yao Qi CC: gdb-patches@sourceware.org Subject: Re: [patch]remove whitespace in frame.c References: <511E4EAC.2020602@gmail.com> <511F11A3.1010300@codesourcery.com> In-Reply-To: <511F11A3.1010300@codesourcery.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 X-SW-Source: 2013-02/txt/msg00431.txt.bz2 On 2013-2-16 12:57, Yao Qi wrote: > On 02/15/2013 11:05 PM, asmwarrior wrote: >> diff --git a/gdb/frame.c b/gdb/frame.c >> index 0821b6e..4b8ab60 100644 >> --- a/gdb/frame.c >> +++ b/gdb/frame.c >> @@ -42,7 +42,7 @@ >> #include "gdbthread.h" >> #include "block.h" >> #include "inline-frame.h" >> -#include "tracepoint.h" >> +#include "tracepoint.h" >> >> static struct frame_info *get_prev_frame_1 (struct frame_info *this_frame); >> static struct frame_info *get_prev_frame_raw (struct frame_info *this_frame); > Yuanhui, > Thanks for doing this. > > Change like this is qualified as obvious and can be committed directly. > However, we still need a changelog entry. > Hi, Yao, thanks. I do not know what is the correct changelog text format. I think changelog can be: Remove one extra white space after #include directive. Anyway, the patch is too simple and abvious in my original post, so any GDB devs can help to apply it. Thanks. Yuanhui Zhang