소스 검색

swupdate: Fix indentation

Mixed tabs & spaces.

Signed-off-by: Magnus Olsson <magnus@minimum.se>
Magnus Olsson 10 년 전
부모
커밋
72ad394987
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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