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 | 24a7f1b54817bbc9281cf93a50c30da445e29cb9 (diff) | |
download | binutils-3034143dc6c78f6e298db7791e710041ab64ea02.zip binutils-3034143dc6c78f6e298db7791e710041ab64ea02.tar.gz binutils-3034143dc6c78f6e298db7791e710041ab64ea02.tar.bz2 |
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
@@ -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 |