Space formatting fix for r198966.
authorTom Roeder <tmroeder@google.com>
Fri, 10 Jan 2014 23:17:39 +0000 (23:17 +0000)
committerTom Roeder <tmroeder@google.com>
Fri, 10 Jan 2014 23:17:39 +0000 (23:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198971 91177308-0d34-0410-b5e6-96231b3b80d8

tools/gold/CMakeLists.txt

index 887d896cd7747e79fbb7c193b98587735af508c7..ceab0e1c02e16ebab1846feb9b0606a5422c321e 100644 (file)
@@ -20,7 +20,7 @@ else()
     gold-plugin.cpp
     )
 
-target_link_libraries(LLVMgold LTO)
+  target_link_libraries(LLVMgold LTO)
 
 endif()