diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-01-09 19:06:27 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-01-12 18:19:20 -0500 |
commit | 3034143dc6c78f6e298db7791e710041ab64ea02 (patch) | |
tree | 90f49e4862d11ba0118316942d3515bd11240cf6 /ChangeLog | |
parent | gdb: fix indentation in infrun.c (diff) | |
download | binutils-gdb-3034143dc6c78f6e298db7791e710041ab64ea02.tar.gz binutils-gdb-3034143dc6c78f6e298db7791e710041ab64ea02.tar.bz2 binutils-gdb-3034143dc6c78f6e298db7791e710041ab64ea02.zip |
src-release: fix indentation
The indentation of the body of the nested statements got out of sync
leading to the entire function being indented incorrectly and looking
like it's part of the for loop.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b9255d643cb..b6853d4abed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2021-01-12 Mike Frysinger <vapier@gentoo.org> + + * src-release.sh (do_proto_toplev): Rewrite indentation. + 2021-01-11 H.J. Lu <hongjiu.lu@intel.com> PR binutils/26766 |