diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-04-21 20:23:03 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-04-21 20:23:03 +0000 |
commit | 32d7376d07d6b1ae69b5e15d6b546a07f9fee446 (patch) | |
tree | 705c2c245f6ad69e8811453303075b6e0bf43434 | |
parent | f335d1b3959656aa939d41782ae30c4364d8560c (diff) | |
download | gdb-32d7376d07d6b1ae69b5e15d6b546a07f9fee446.zip gdb-32d7376d07d6b1ae69b5e15d6b546a07f9fee446.tar.gz gdb-32d7376d07d6b1ae69b5e15d6b546a07f9fee446.tar.bz2 |
Reformat.
-rw-r--r-- | gdb/ChangeLog | 4 |
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> |