From d178c71e212797bac1f0447bc4b25d30b05baac4 Mon Sep 17 00:00:00 2001 From: Samuel Martin Date: Sat, 3 May 2014 14:07:14 +0200 Subject: [PATCH] cmake: fix indentation --- CMakeLists.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b925a19f..ee7e070f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -713,14 +713,14 @@ if(ZMQ_BUILD_TESTS) test_connect_rid ) if(NOT WIN32) - list(APPEND tests - test_monitor - test_pair_ipc - test_reqrep_ipc - test_abstract_ipc - test_proxy - test_filter_ipc - ) + list(APPEND tests + test_monitor + test_pair_ipc + test_reqrep_ipc + test_abstract_ipc + test_proxy + test_filter_ipc + ) if(HAVE_FORK) list(APPEND tests test_fork) endif()