From e6cbfdaaa188494f432817467807cfeaa8a58fd2 Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Fri, 1 Mar 2024 14:41:06 +0100 Subject: [PATCH] style: improve readability --- src/arch/x86/config.cmake | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/arch/x86/config.cmake b/src/arch/x86/config.cmake index 24f4ade60c7..4204f8cec8b 100644 --- a/src/arch/x86/config.cmake +++ b/src/arch/x86/config.cmake @@ -181,7 +181,8 @@ config_string( 2 - AVX \ FPU and SSE is guaranteed to exist if XSAVE exists." DEFAULT 3 - DEPENDS "KernelFPUXSave" DEFAULT_DISABLED 0 + DEPENDS "KernelFPUXSave" + DEFAULT_DISABLED 0 UNQUOTE ) @@ -197,7 +198,8 @@ config_string( XSAVE_FEATURE_SET that have been requested. Default is 576 for the FPU and SSE state, unless XSAVE is not in use then it should be 512 for the legacy FXSAVE region." DEFAULT ${default_xsave_size} - DEPENDS "KernelArchX86" DEFAULT_DISABLED 0 + DEPENDS "KernelArchX86" + DEFAULT_DISABLED 0 UNQUOTE )