Skip to content

Commit 45f77bc

Browse files
arthurscchanjmcnamara
authored andcommitted
Fix format for CI style check
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
1 parent 9fa72e2 commit 45f77bc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,7 @@ file(GLOB_RECURSE LXW_HEADERS RELATIVE include *.h)
354354
# If not using the system minizip, add the vendored minizip source files.
355355
if(NOT USE_SYSTEM_MINIZIP)
356356
list(
357-
APPEND
358-
LXW_SOURCES
357+
APPEND LXW_SOURCES
359358
third_party/minizip/ioapi.c
360359
third_party/minizip/zip.c
361360
)

0 commit comments

Comments
 (0)