commit:     122ddc4f99feb3e9b24c648f5f1c7389f2be05ac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 12:53:23 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 12:53:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=122ddc4f

bootstrap-prefix.sh: cleanup whitespace

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

 scripts/bootstrap-prefix.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 81aeca51f8..bafcf0c267 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -425,7 +425,7 @@ bootstrap_setup() {
                        ;;
                riscv64-pc-linux-gnu)
                        profile=${profile_linux/ARCH/riscv}
-                       ;;      
+                       ;;
                x86_64-pc-linux-gnu)
                        profile=${profile_linux/ARCH/amd64}
                        profile=${profile/17.0/17.1/no-multilib}
@@ -440,7 +440,7 @@ bootstrap_setup() {
                        profile=${profile_linux/ARCH/ppc64le}
                        ;;
                riscv-pc-unknown-linux-gnu)
-                       profile=${profile_linux/ARCH/riscv}     
+                       profile=${profile_linux/ARCH/riscv}
                        ;;
                aarch64-unknown-linux-gnu)
                        profile=${profile_linux/ARCH/arm64}

Reply via email to