ALF: Fix tautological comparison Clang error
e550337b introduced a tautological-negation-compare
warning with Clang 18.1.8 due to its inclusion of the boolean expression isSpsAdjust || !isSpsAdjust
. CC @WenbinYin This fix does not modify the behaviour of the software at all but CCing to check it was originally functioning as intended.