Whitespace.
[catalyst.git] / targets / support / chroot-functions.sh
index 4da932fa51a2a7d0f96bef45eb1ccc6a832929c4..18e7a3826e7d840248ec7e695880cdc4c98e9f41 100644 (file)
@@ -239,7 +239,7 @@ make_destpath() {
        # ROOT is / by default, so remove any ROOT= settings from make.conf
        sed -i '/ROOT=/d' /etc/portage/make.conf
        export ROOT=/
-       if [ "${1}" != "/" -a -n "${1}" ] 
+       if [ "${1}" != "/" -a -n "${1}" ]
        then
                echo "ROOT=\"${1}\"" >> /etc/portage/make.conf
                export ROOT=${1}