Skip to content

Commit 4539ae8

Browse files
Remove extra spaces
1 parent 5c45508 commit 4539ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/stdio/scanf_core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ add_header_library(
6262
DEPENDS
6363
libc.src.__support.macros.attributes
6464
)
65-
elseif( (TARGET libc.src.__support.File.file) OR (NOT LLVM_LIBC_FULL_BUILD) )
65+
elseif((TARGET libc.src.__support.File.file) OR (NOT LLVM_LIBC_FULL_BUILD))
6666
add_header_library(
6767
reader
6868
HDRS

0 commit comments

Comments
 (0)