commit:     aa0c5d61471e9f8ffa403c2005ff84b60ffa6797
Author:     Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  5 20:45:04 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Mar  5 20:45:04 2018 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=aa0c5d61

fix whitespace damage

 targets/support/bootloader-setup.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/targets/support/bootloader-setup.sh 
b/targets/support/bootloader-setup.sh
index 8d3e5e7d..33e26874 100755
--- a/targets/support/bootloader-setup.sh
+++ b/targets/support/bootloader-setup.sh
@@ -338,7 +338,7 @@ case ${clst_hostarch} in
                        echo "  localboot -1" >> $icfg
                        echo "  MENU HIDE" >> $icfg
                fi
-               
+
                # GRUB2
                if [ -d $1/grub ]
                then
@@ -349,7 +349,7 @@ case ${clst_hostarch} in
                                cp -f $1/boot/* $1/grub
                                kern_subdir=/grub
                        fi
-                       
+
                        iacfg=$1/grub/grub.cfg
                        echo 'set default=0' > ${iacfg}
                        echo 'set gfxpayload=keep' >> ${iacfg}
@@ -394,7 +394,7 @@ case ${clst_hostarch} in
                        done
                        cp ${iacfg} $1/boot/efi/boot
                fi
-               
+
                # GRUB legacy (0.97)
                if [ -e $1/boot/grub/stage2_eltorito ]
                then

Reply via email to