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 10:59:57 +02:00
parent e058ea2ed8
commit 216a1831de
8 changed files with 99 additions and 99 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
set(libs
mbedtls
mbedtls
)
add_executable(strerror strerror.c)