Fix whitespace in CMakeLists.txt

- all spaces no tabs
- indent with 4 spaces everywhere
This commit is contained in:
Manuel Pégourié-Gonnard 2015-06-25 09:20:03 +02:00
parent e058ea2ed8
commit 216a1831de
8 changed files with 99 additions and 99 deletions

View file

@ -1,5 +1,5 @@
set(libs
mbedtls
mbedtls
)
if(USE_PKCS11_HELPER_LIBRARY)
@ -12,9 +12,9 @@ endif(ENABLE_ZLIB_SUPPORT)
function(add_test_suite suite_name)
if(ARGV1)
set(data_name ${ARGV1})
set(data_name ${ARGV1})
else()
set(data_name ${suite_name})
set(data_name ${suite_name})
endif()
add_custom_command(