]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
whitespace cleanup
authorRay Strode <rstrode@redhat.com>
Wed, 11 Jun 2008 21:21:40 +0000 (17:21 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 11 Jun 2008 21:21:40 +0000 (17:21 -0400)
scripts/plymouth-populate-initrd.in
scripts/plymouth-update-initrd.in

index 99a8d4d01e1a755fc640f8d43846940381d8afd9..453a41fdda36722f353b1bca5072097b91599ce5 100755 (executable)
@@ -87,7 +87,7 @@ EOF
 (cd $LIBDIR
     BINS="${LIBEXECDIR}/plymouth/plymouthd ${BINDIR}/plymouth ${LIBDIR}/plymouth/spinfinity.so ${LIBDIR}/plymouth/text.so ${LIBDIR}/plymouth/details.so"
     for bin in $BINS ; do
-       DEPS=$(get_dso_deps $bin)
+        DEPS=$(get_dso_deps $bin)
         for dep in $DEPS; do
             install -D -m755 $dep ${INITRDDIR}$(dirname $dep)
         done
index 24699d97bf884d95823d2aa904e095dffd40a9e6..2d37bcf2d014300f4abdba06a2e4996c3147f274 100755 (executable)
@@ -20,9 +20,9 @@ fi
 
 function get_lib_deps()
 {
-    
+
     while [ $# -gt 0 ]; do
-        /usr/bin/ldd $1 | sed -n 's/.*=> \?\([^ ]*\) (.*$/\1/p' 
+        /usr/bin/ldd $1 | sed -n 's/.*=> \?\([^ ]*\) (.*$/\1/p'
         shift
     done | sort -u
 }
@@ -39,7 +39,7 @@ TMPDIR="$(mktemp -d $PWD/initrd.XXXXXXXXXX)"
             install -D -m755 $dep ${TMPDIR}$(dirname $dep)
         done
     )
-    /sbin/ldconfig -n $LIB 
+    /sbin/ldconfig -n $LIB
     /sbin/ldconfig -n .${LIBDIR}
 
     install -m755 ${LIBEXECDIR}/plymouth/plymouthd bin