From f16422cf0c0114a81c1df8be9e4f5b2ece68107e Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Sun, 11 Apr 2021 21:15:20 +0200 Subject: [PATCH] fix indentation style Signed-off-by: Stacy Harper Signed-off-by: Anjandev Momi --- scripts/core/sxmo_inputhandler.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/scripts/core/sxmo_inputhandler.sh b/scripts/core/sxmo_inputhandler.sh index 5968ef3..eead488 100755 --- a/scripts/core/sxmo_inputhandler.sh +++ b/scripts/core/sxmo_inputhandler.sh @@ -162,17 +162,17 @@ if [ "$HANDLE" -ne 0 ]; then "voldown_four") sxmo_blinkled.sh red & xdotool windowclose "$(xdotool getactivewindow)" ;; - "topleftcorner") - sxmo_appmenu.sh sys & - ;; - "toprightcorner") - ;; - "bottomleftcorner") - sxmo_lock.sh & - ;; - "bottomrightcorner") - sxmo_rotate.sh & - ;; + "topleftcorner") + sxmo_appmenu.sh sys & + ;; + "toprightcorner") + ;; + "bottomleftcorner") + sxmo_lock.sh & + ;; + "bottomrightcorner") + sxmo_rotate.sh & + ;; *) #fallback, just execute the command "$@"