From 3034143dc6c78f6e298db7791e710041ab64ea02 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 9 Jan 2021 19:06:27 -0500 Subject: 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. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b9255d6..b6853d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2021-01-12 Mike Frysinger + + * src-release.sh (do_proto_toplev): Rewrite indentation. + 2021-01-11 H.J. Lu PR binutils/26766 -- cgit v1.1