aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-04-21 20:23:03 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-04-21 20:23:03 +0000
commit32d7376d07d6b1ae69b5e15d6b546a07f9fee446 (patch)
tree705c2c245f6ad69e8811453303075b6e0bf43434
parentf335d1b3959656aa939d41782ae30c4364d8560c (diff)
downloadgdb-32d7376d07d6b1ae69b5e15d6b546a07f9fee446.zip
gdb-32d7376d07d6b1ae69b5e15d6b546a07f9fee446.tar.gz
gdb-32d7376d07d6b1ae69b5e15d6b546a07f9fee446.tar.bz2
Reformat.
-rw-r--r--gdb/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 07b0efc..995aa80 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -17,8 +17,8 @@
PR 9167
* cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
- method of popping recursion-detection stack with a method based on
- obstack_object_size().
+ method of popping recursion-detection stack with a method based on
+ obstack_object_size().
2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>