Skip to content

Commit

Permalink
Untabify.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245684 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Aug 21, 2015
1 parent ee94b2e commit 39946e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 39946e8

Please sign in to comment.