aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-01-09 19:06:27 -0500
committerMike Frysinger <vapier@gentoo.org>2021-01-12 18:19:20 -0500
commit3034143dc6c78f6e298db7791e710041ab64ea02 (patch)
tree90f49e4862d11ba0118316942d3515bd11240cf6 /ChangeLog
parent24a7f1b54817bbc9281cf93a50c30da445e29cb9 (diff)
downloadgdb-3034143dc6c78f6e298db7791e710041ab64ea02.zip
gdb-3034143dc6c78f6e298db7791e710041ab64ea02.tar.gz
gdb-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9255d6..b6853d4 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