This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch]remove whitespace in frame.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]