commit:     c88cef651348b4a2bee9803ad9fe2f6e241eacf6
Author:     Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Thu Jun  5 03:21:19 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  5 11:22:02 2025 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=c88cef65

90gcc-warnings: fix indentation of local declarations

Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 bin/install-qa-check.d/90gcc-warnings | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/install-qa-check.d/90gcc-warnings 
b/bin/install-qa-check.d/90gcc-warnings
index f138fe90df..e0275f8046 100644
--- a/bin/install-qa-check.d/90gcc-warnings
+++ b/bin/install-qa-check.d/90gcc-warnings
@@ -5,8 +5,8 @@
 # TODO: add -Wformat-security
 
 gcc_warn_check() {
-        local i reset_xtrace
-        local -a patterns
+       local i reset_xtrace
+       local -a patterns
 
        # Evaluate misc gcc warnings
        # In debug mode, this variable definition and corresponding grep calls

Reply via email to