diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-09-09 09:54:59 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-10 08:54:36 +0100 |
commit | 19e13f6b1a4a4913aa652fbb23b656dd345650c2 (patch) | |
tree | d4f4f86f868d919723757586ea330297b5b380e6 | |
parent | 43749a649892d36085aa52b4661920479f9156e5 (diff) | |
download | poky-19e13f6b1a4a4913aa652fbb23b656dd345650c2.tar.gz |
weston-init: fix init code indentation
Tested-by: Tom Hochstein <tom.hochstein@nxp.com>
(From OE-Core rev: c08d474c97ce071ba376b66f30d6ee0a6159d596)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/wayland/weston-init/init | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
30 | case "$1" in | 30 | case "$1" in |
31 | start) | 31 | start) |
32 | . /etc/profile | 32 | . /etc/profile |
33 | export HOME=ROOTHOME | 33 | export HOME=ROOTHOME |
34 | 34 | ||
35 | WESTON_USER=weston weston-start $OPTARGS & | 35 | WESTON_USER=weston weston-start $OPTARGS & |
36 | ;; | 36 | ;; |