Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-01-29 03:37:10 +0300
committerAdam Langley <agl@google.com>2015-01-29 03:37:10 +0300
commit4a0f0c4910e20705282166da10943d6eed5a0d66 (patch)
tree27005768efecc155fe8e341aec135977c235630c /crypto/pem
parent2e38008558bc77e97bc97758df61d6244ea658a3 (diff)
Change CMakeLists.txt to two-space indent.
find -name CMakeLists.txt -type f | xargs sed -e 's/\t/ /g' -i Change-Id: I01636b1849c00ba918f48828252492d99b0403ac
Diffstat (limited to 'crypto/pem')
-rw-r--r--crypto/pem/CMakeLists.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/crypto/pem/CMakeLists.txt b/crypto/pem/CMakeLists.txt
index a24d3306..3275b158 100644
--- a/crypto/pem/CMakeLists.txt
+++ b/crypto/pem/CMakeLists.txt
@@ -1,17 +1,17 @@
include_directories(. .. ../../include)
add_library(
- pem
+ pem
- OBJECT
+ OBJECT
- pem_all.c
- pem_error.c
- pem_info.c
- pem_lib.c
- pem_oth.c
- pem_pk8.c
- pem_pkey.c
- pem_x509.c
- pem_xaux.c
+ pem_all.c
+ pem_error.c
+ pem_info.c
+ pem_lib.c
+ pem_oth.c
+ pem_pk8.c
+ pem_pkey.c
+ pem_x509.c
+ pem_xaux.c
)