From 230de03ab46fe0ed122dc0ed0370781f39692eb7 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Wed, 18 Dec 2013 11:30:54 +0800 Subject: [PATCH] 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. --- gdb/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2