diff mbox series

[2/4] weston-init: fix init code indentation

Message ID 20230909125514.214512-2-otavio@ossystems.com.br
State Accepted, archived
Commit c08d474c97ce071ba376b66f30d6ee0a6159d596
Headers show
Series [1/4] weston-init: remove misleading comment about udev rule | expand

Commit Message

Otavio Salvador Sept. 9, 2023, 12:54 p.m. UTC
Tested-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 meta/recipes-graphics/wayland/weston-init/init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/wayland/weston-init/init b/meta/recipes-graphics/wayland/weston-init/init
index d3b0d1873e..a5c54e001e 100644
--- a/meta/recipes-graphics/wayland/weston-init/init
+++ b/meta/recipes-graphics/wayland/weston-init/init
@@ -30,7 +30,7 @@  done
 case "$1" in
   start)
         . /etc/profile
-	export HOME=ROOTHOME
+	      export HOME=ROOTHOME
 
         WESTON_USER=weston weston-start $OPTARGS &
   ;;