Fix the format of one ChangeLog entry

I notice that two lines of a recent changelog entry are not prefixed
with tab.  They are prefixed with a space and a tab.  This patch
is to remove the space.

gdb:

2013-12-18  Yao Qi  <yao@codesourcery.com>

	* ChangeLog: Fix the format of one entry.
This commit is contained in:
Yao Qi 2013-12-18 11:30:54 +08:00
parent 6b9d3259c3
commit 230de03ab4
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@
2013-12-16 Pierre Muller <muller@sourceware.org>
Fix compilation error for cygwin native build.
* windows-nat.c (windows_ensure_ntdll_loaded) [__USEWIDE]:
Fix compilation error for cygwin native build.
* windows-nat.c (windows_ensure_ntdll_loaded) [__USEWIDE]:
Call wcstombs.
2013-12-16 Pedro Alves <palves@redhat.com>