From eab0d16ba5a60e02cc1779093b89437fe86ff903 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 1 Aug 2023 14:57:02 -0300 Subject: weston:: Fix xwayland.weston-start code identation Signed-off-by: Otavio Salvador --- recipes-graphics/wayland/weston/xwayland.weston-start | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/wayland/weston/xwayland.weston-start b/recipes-graphics/wayland/weston/xwayland.weston-start index 342ac8d1..49204f21 100644 --- a/recipes-graphics/wayland/weston/xwayland.weston-start +++ b/recipes-graphics/wayland/weston/xwayland.weston-start @@ -1,6 +1,6 @@ #!/bin/sh if type Xwayland >/dev/null 2>/dev/null; then - mkdir -m 775 -p /tmp/.X11-unix - chown root:video /tmp/.X11-unix + mkdir -m 775 -p /tmp/.X11-unix + chown root:video /tmp/.X11-unix fi -- cgit v1.2.3-54-g00ecf