Fix formatting with shfmt

This commit is contained in:
Rien Maertens 2021-06-30 11:08:05 +02:00
parent 236c3732f1
commit c57fdde1ad
No known key found for this signature in database
GPG Key ID: AE66CE42F1AF9DEF

View File

@ -230,7 +230,8 @@ fi
$receive_cmd \ $receive_cmd \
| $decompress \ | $decompress \
| $host_passthrough \ | $host_passthrough \
| ("$output_cmd" \ | (
"$output_cmd" \
-vcodec rawvideo \ -vcodec rawvideo \
-loglevel "$loglevel" \ -loglevel "$loglevel" \
-f rawvideo \ -f rawvideo \
@ -239,5 +240,6 @@ $receive_cmd \
$window_title_option \ $window_title_option \
-i - \ -i - \
"$@" \ "$@" \
; kill $$ ;
kill $$
) )