Fix formatting with shfmt

This commit is contained in:
Rien Maertens
2021-06-30 11:08:05 +02:00
parent 236c3732f1
commit c57fdde1ad

View File

@ -230,14 +230,16 @@ fi
$receive_cmd \
| $decompress \
| $host_passthrough \
| ("$output_cmd" \
-vcodec rawvideo \
-loglevel "$loglevel" \
-f rawvideo \
-pixel_format "$pixel_format" \
-video_size "$width,$height" \
$window_title_option \
-i - \
"$@" \
; kill $$
| (
"$output_cmd" \
-vcodec rawvideo \
-loglevel "$loglevel" \
-f rawvideo \
-pixel_format "$pixel_format" \
-video_size "$width,$height" \
$window_title_option \
-i - \
"$@" \
;
kill $$
)