Drop extra whitespace

This commit is contained in:
Willow Barraco
2023-02-24 19:17:19 +01:00
parent 56ee2cf837
commit e0a8731a61

View File

@@ -92,7 +92,7 @@ case "$cmd" in
lock) lock "$@";;
unlock) unlock "$@";;
debug) debug "$@";;
*)
*)
sxmo_log "warning: sxmo_wakelock.sh $*"
usage; exit 1;;
esac