2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>

	* frame.c: Remove one extra white space after #include
	directive.
This commit is contained in:
Yao Qi 2013-02-16 08:57:48 +00:00
parent 1082a0c400
commit 983dc440fe
2 changed files with 6 additions and 1 deletions

View 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.

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