From 48735aad94c7b15e40a10cf69c8f8ff50526174b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Tue, 6 Sep 2016 16:46:18 -0400 Subject: [PATCH] build/cmake: use proper indentation --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3b96812..68d06923 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,13 +53,13 @@ list (APPEND opendht_SOURCES src/network_engine.cpp src/securedht.cpp src/dhtrunner.cpp - src/indexation/pht.cpp src/argon2/argon2.c src/argon2/core.c src/argon2/blake2/blake2b.c src/argon2/thread.c src/argon2/encoding.c src/argon2/ref.c + src/indexation/pht.cpp ) list (APPEND opendht_HEADERS @@ -79,7 +79,7 @@ list (APPEND opendht_HEADERS include/opendht/securedht.h include/opendht/log.h include/opendht.h - include/opendht/indexation/pht.h + include/opendht/indexation/pht.h ) configure_file ( -- GitLab