commit:     3fcddffea5dc98626bdd53c4e088cf4c12de57cc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 23:23:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 23:23:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcddffe

toolchain.eclass: fix indentation

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/toolchain.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 6fd79df3269f..24e5c8115444 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1765,7 +1765,7 @@ gcc_do_make() {
                        ewarn "Disabling bootstrapping. ONLY recommended for 
development."
                        ewarn "This is NOT a safe configuration for endusers!"
                        ewarn "This compiler may not be safe or reliable for 
production use!"
-                elif _tc_use_if_iuse pgo; then
+               elif _tc_use_if_iuse pgo; then
                        GCC_MAKE_TARGET=${GCC_MAKE_TARGET-profiledbootstrap}
                else
                        GCC_MAKE_TARGET=${GCC_MAKE_TARGET-bootstrap-lean}

Reply via email to