Whitespace.
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Sat, 4 Mar 2017 18:11:26 +0000 (17:11 -0100)
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Sat, 4 Mar 2017 18:11:26 +0000 (17:11 -0100)
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
scripts/bootstrap.sh

index f79232627a2aa68e2ab29559dcf2391785a171a9..3fd1c5a0409124357cbc4493f6dfcd88de519a8f 100755 (executable)
@@ -188,7 +188,7 @@ export ORIGUSE=$(portageq envvar USE)
 
 # Check for 'build' or 'bootstrap' in USE ...
 INVALID_USE=$(gawk -v ORIGUSE="${ORIGUSE}" '
-       BEGIN { 
+       BEGIN {
                if (ORIGUSE ~ /[[:space:]](build|bootstrap)[[:space:]]/)
                        print "yes"
        }')
@@ -326,7 +326,7 @@ export USE="-* bootstrap ${ALLOWED_USE} ${BOOTSTRAP_USE}"
 
 # We can't unmerge headers which may or may not exist yet. If your
 # trying to use nptl, it may be needed to flush out any old headers
-# before fully bootstrapping. 
+# before fully bootstrapping.
 if [ ${BOOTSTRAP_STAGE} -le 2 ] ; then
        show_status 3 Emerging packages
        if [[ ${RESUME} -eq 1 ]] ; then