From aaf4ae4ff64ec5963c7e8a90b723b356746cce54 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 14 May 2024 10:49:47 +0100 Subject: [PATCH] chore: white space clean up --- quickemu | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/quickemu b/quickemu index 21492bf..4cf1b63 100755 --- a/quickemu +++ b/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 @@ -1454,7 +1452,7 @@ function display_param_check() { # Enable grab-on-hover for SDL: https://github.com/quickemu-project/quickemu/issues/541 case "${display}" in - sdl) export SDL_MOUSE_FOCUS_CLICKTHROUGH=1;; + sdl) export SDL_MOUSE_FOCUS_CLICKTHROUGH=1;; esac # Set the default 3D acceleration.