[compiler-rt] r274382 - tab to whitespaces

Etienne Bergeron via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 13:34:25 PDT 2016


Author: etienneb
Date: Fri Jul  1 15:34:25 2016
New Revision: 274382

URL: http://llvm.org/viewvc/llvm-project?rev=274382&view=rev
Log:
tab to whitespaces

Modified:
    compiler-rt/trunk/lib/asan/tests/CMakeLists.txt

Modified: compiler-rt/trunk/lib/asan/tests/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/tests/CMakeLists.txt?rev=274382&r1=274381&r2=274382&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/tests/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/asan/tests/CMakeLists.txt Fri Jul  1 15:34:25 2016
@@ -155,12 +155,12 @@ macro(add_asan_test test_suite test_name
     else()
      set(configuration_path "")
     endif()
-	if(NOT MSVC)
+  if(NOT MSVC)
       set(asan_test_runtime_path ${configuration_path}lib${ASAN_TEST_RUNTIME}.a)
     else()
       set(asan_test_runtime_path ${configuration_path}${ASAN_TEST_RUNTIME}.lib)
     endif()
-	list(APPEND TEST_OBJECTS ${asan_test_runtime_path})
+  list(APPEND TEST_OBJECTS ${asan_test_runtime_path})
   endif()
   add_compiler_rt_test(${test_suite} ${test_name}
                        SUBDIR ${TEST_SUBDIR}




More information about the llvm-commits mailing list