Explorar o código

swupdate: Fix indentation

Mixed tabs & spaces.

Signed-off-by: Magnus Olsson <magnus@minimum.se>
Magnus Olsson %!s(int64=10) %!d(string=hai) anos
pai
achega
72ad394987
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      recipes-support/swupdate/swupdate_1.0.bb

+ 1 - 1
recipes-support/swupdate/swupdate_1.0.bb

@@ -36,7 +36,7 @@ do_install () {
 	install -m 0755 swupdate ${D}${bindir}/
 
 	install -m 0755 -d ${D}/www
-        install -m 0755 ${S}www/* ${D}/www
+	install -m 0755 ${S}www/* ${D}/www
 
 	install -d ${D}${sysconfdir}/init.d
 	install -m 755 ${WORKDIR}/swupdate ${D}${sysconfdir}/init.d