chore: white space clean up

This commit is contained in:
Martin Wimpress 2024-04-16 22:46:29 +01:00 committed by Martin Wimpress
parent c9f477517a
commit 6266e37eec
1 changed files with 0 additions and 1 deletions

View File

@ -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)