diff options
author | Pedro Alves <palves@redhat.com> | 2010-03-28 18:11:20 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-03-28 18:11:20 +0000 |
commit | 12f2d6010254125c6e272a7c1aa47b2db59a3c5d (patch) | |
tree | ea415cff2cdbac61dee27a757aa97575be6bb705 /gdb | |
parent | d350db38349d6866e90c129e418e20146a2f86f3 (diff) | |
download | gdb-12f2d6010254125c6e272a7c1aa47b2db59a3c5d.zip gdb-12f2d6010254125c6e272a7c1aa47b2db59a3c5d.tar.gz gdb-12f2d6010254125c6e272a7c1aa47b2db59a3c5d.tar.bz2 |
Whoops. Use tab, not spaces.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9ebbaa3..f05c0d6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,6 @@ 2010-03-28 Pedro Alves <pedro@codesourcery.com> - * cli/cli-script.c (process_next_line): Handle 'stepping'. + * cli/cli-script.c (process_next_line): Handle 'stepping'. 2010-03-26 Stan Shebs <stan@codesourcery.com> |