aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2013-12-18 11:30:54 +0800
committerYao Qi <yao@codesourcery.com>2013-12-18 11:30:54 +0800
commit230de03ab46fe0ed122dc0ed0370781f39692eb7 (patch)
tree214fc993e43b16abb68e7994c34756b45cff235e /gdb
parent6b9d3259c3a3a1c051a0bc9164a1227a5d6f8fdf (diff)
downloadgdb-230de03ab46fe0ed122dc0ed0370781f39692eb7.zip
gdb-230de03ab46fe0ed122dc0ed0370781f39692eb7.tar.gz
gdb-230de03ab46fe0ed122dc0ed0370781f39692eb7.tar.bz2
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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e9cb6ca..6e67bac 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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>