Fix the format of one ChangeLog entry
authorYao Qi <yao@codesourcery.com>
Wed, 18 Dec 2013 03:30:54 +0000 (11:30 +0800)
committerYao Qi <yao@codesourcery.com>
Wed, 18 Dec 2013 03:30:54 +0000 (11:30 +0800)
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.

gdb/ChangeLog

index e9cb6ca2f5e5ff88b318d0c946a08bdcc9b5a667..6e67bacd84eb683a992382c50598de4fa3b32b81 100644 (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>