Replace tabs with spaces

This commit is contained in:
Andrzej Kurek 2018-06-26 06:57:55 -04:00
parent 89c048c101
commit 037ec4b416
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 2.6)
if(TEST_CPP)
project("mbed TLS" C CXX)
project("mbed TLS" C CXX)
else()
project("mbed TLS" C)
project("mbed TLS" C)
endif()
option(USE_PKCS11_HELPER_LIBRARY "Build mbed TLS with the pkcs11-helper library." OFF)