From f0769919c84119b1e9768842c7005e3a929ff3a9 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Fri, 8 Mar 2024 23:48:16 +0100 Subject: [PATCH] spice : indentation --- qemu/launchers/spice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/launchers/spice b/qemu/launchers/spice index b1818e1..462899e 100755 --- a/qemu/launchers/spice +++ b/qemu/launchers/spice @@ -7,5 +7,5 @@ exec "$base" \ -chardev spicevmc,id=vdagent,debug=0,name=vdagent \ -device virtio-serial \ -device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \ - -spice port="$(first-free-port 5900)",addr=127.0.0.1,disable-ticketing=on \ + -spice port="$(first-free-port 5900)",addr=127.0.0.1,disable-ticketing=on \ "$@"