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