From 6266e37eeca2a65f904f97ed3cdccfe7a6a6c84a Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 16 Apr 2024 22:46:29 +0100 Subject: [PATCH] chore: white space clean up --- quickemu | 1 - 1 file changed, 1 deletion(-) diff --git a/quickemu b/quickemu index 775c0fe..436d0ad 100755 --- a/quickemu +++ b/quickemu @@ -294,7 +294,6 @@ function vm_boot() { GUEST_CPU_CORES=$(( 2 ** $(echo "${factorCPUCores#*:}" | grep -o '[0-9]' | wc -l) )) fi - # Account for Hyperthreading/SMT. if [ -e /sys/devices/system/cpu/smt/control ] && [ "${GUEST_CPU_CORES}" -ge 2 ]; then HOST_CPU_SMT=$(cat /sys/devices/system/cpu/smt/control)