Untabify.

llvm-svn: 245684
This commit is contained in:
NAKAMURA Takumi 2015-08-21 09:37:53 +00:00
parent 92660a2cdd
commit cac8b2eb73
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ macro(add_clang_library name)
set_source_files_properties(${tds}} PROPERTIES HEADER_FILE_ONLY ON)
if(headers OR tds)
set(srcs ${headers} ${tds})
set(srcs ${headers} ${tds})
endif()
endif()
endif(MSVC_IDE OR XCODE)