From: Yao Qi Date: Wed, 18 Dec 2013 03:30:54 +0000 (+0800) Subject: Fix the format of one ChangeLog entry X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=230de03ab46fe0ed122dc0ed0370781f39692eb7;p=binutils-gdb.git 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 * ChangeLog: Fix the format of one entry. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e9cb6ca2f5e..6e67bacd84e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -51,8 +51,8 @@ 2013-12-16 Pierre Muller - 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