Fix format for CI style check

Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
This commit is contained in:
Arthur Chan 2025-12-19 10:58:03 +00:00 committed by John McNamara
parent 9fa72e24cd
commit 45f77bc52d

View file

@ -354,8 +354,7 @@ file(GLOB_RECURSE LXW_HEADERS RELATIVE include *.h)
# If not using the system minizip, add the vendored minizip source files.
if(NOT USE_SYSTEM_MINIZIP)
list(
APPEND
LXW_SOURCES
APPEND LXW_SOURCES
third_party/minizip/ioapi.c
third_party/minizip/zip.c
)