builtins: Make cmake formatting self-consistent aftr #183871

No behavior change.
This commit is contained in:
Nico Weber 2026-03-06 15:33:28 -05:00
parent 337fed353d
commit 4d53c42f55

View File

@ -340,14 +340,16 @@ if (NOT MSVC)
set(x86_64_SOURCES
${x86_64_SOURCES}
${x86_80_BIT_SOURCES}
x86_64/floatdixf.c)
x86_64/floatdixf.c
)
# TODO(compnerd) floatundixf.S currently implements the SysV calling
# convention, this must be ported to the Windows ABI.
if(NOT WIN32)
set(x86_64_SOURCES
${x86_64_SOURCES}
x86_64/floatundixf.S)
x86_64/floatundixf.S
)
endif()
endif()