]> code.ossystems Code Review - openembedded-core.git/commitdiff
base-passwd: remove whitespaces
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 19 Oct 2007 10:47:16 +0000 (10:47 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 19 Oct 2007 10:47:16 +0000 (10:47 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2913 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/base-passwd/base-passwd_3.5.9.bb

index 6fcb211bda0f55e19e82751c518f660e9dc59f71..051b8d6a3fb9b0e8d7779e4e87aeaeabedcdee10 100644 (file)
@@ -51,7 +51,7 @@ pkg_postinst () {
        if [ ! -e $D${sysconfdir}/passwd ] ; then
                cp $D${datadir}/base-passwd/passwd.master $D${sysconfdir}/passwd
        fi
-       
+
        if [ ! -e $D${sysconfdir}/group ] ; then
                cp $D${datadir}/base-passwd/group.master $D${sysconfdir}/group
        fi