Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch]remove whitespace in frame.c
@ 2013-02-15 15:01 asmwarrior
  2013-02-16  4:58 ` Yao Qi
  0 siblings, 1 reply; 5+ messages in thread
From: asmwarrior @ 2013-02-15 15:01 UTC (permalink / raw)
  To: gdb-patches

Hi, this is a simple patch to remove a white space

  gdb/frame.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

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);


Thanks

Yuanhui Zhang


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-02-16  8:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-15 15:01 [patch]remove whitespace in frame.c asmwarrior
2013-02-16  4:58 ` Yao Qi
2013-02-16  7:42   ` asmwarrior
2013-02-16  8:56     ` Yao Qi
2013-02-16  8:24   ` asmwarrior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox