chore: white space clean up
This commit is contained in:
parent
325dc7f904
commit
aaf4ae4ff6
2
quickemu
2
quickemu
|
|
@ -1331,7 +1331,6 @@ function vm_boot() {
|
|||
function start_viewer {
|
||||
errno=0
|
||||
if [ "${viewer}" != "none" ]; then
|
||||
|
||||
# If output is 'none' then SPICE was requested.
|
||||
if [ "${display}" == "spice" ]; then
|
||||
if [ "${viewer}" == "remote-viewer" ]; then
|
||||
|
|
@ -1345,7 +1344,6 @@ function start_viewer {
|
|||
${viewer} --title "${VMNAME}" ${FULLSCREEN} "spice://localhost:${spice_port}" >/dev/null 2>&1 &
|
||||
errno=$?
|
||||
fi
|
||||
|
||||
elif [ "${viewer}" == "spicy" ]; then
|
||||
# show via viewer: spicy
|
||||
if [ -n "${PUBLIC}" ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue