gdb/
authorYao Qi <yao@codesourcery.com>
Sat, 16 Feb 2013 08:57:48 +0000 (08:57 +0000)
committerYao Qi <yao@codesourcery.com>
Sat, 16 Feb 2013 08:57:48 +0000 (08:57 +0000)
2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>

* frame.c: Remove one extra white space after #include
directive.

gdb/ChangeLog
gdb/frame.c

index 70e6250aab6aeb789083619601386326b04e6330..4e53bc015796092ee90ccdb3ef93f774e500fcf6 100644 (file)
@@ -1,3 +1,8 @@
+2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
+
+       * frame.c: Remove one extra white space after #include
+       directive.
+
 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
index 0821b6e868cf9465a41047b5cc302420d247bc2c..4b8ab60b7cf68e3075ac2172c935d4a66821a612 100644 (file)
@@ -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);