diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2011-05-02 00:18:41 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2011-05-02 00:18:41 +0000 |
commit | 78290264879321017557cfce056678e788c22f03 (patch) | |
tree | 0962090522f47f9f656edf612aafd715bf32bb76 | |
parent | c73f336eb955c951f7f9e65080f1ef3eb8bdca0e (diff) | |
download | gdb-78290264879321017557cfce056678e788c22f03.zip gdb-78290264879321017557cfce056678e788c22f03.tar.gz gdb-78290264879321017557cfce056678e788c22f03.tar.bz2 |
Properly TABify ChangeLog
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 323d6d5..98bb3d1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,8 +1,8 @@ 2011-04-26 Andrew Gontarek <andrewg@cray.com> - * valprint.c (val_print_array_elements): Fixed poor performance - of printing very large arrays with repeat_count_threshold set - to unlimited. New comment. + * valprint.c (val_print_array_elements): Fixed poor performance + of printing very large arrays with repeat_count_threshold set + to unlimited. New comment. 2011-04-29 Tom Tromey <tromey@redhat.com> |