Skip to content
Snippets Groups Projects
Commit 48735aad authored by Adrien Béraud's avatar Adrien Béraud
Browse files

build/cmake: use proper indentation

parent 91a1471d
Branches
Tags
No related merge requests found
......@@ -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 (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment