diff options
author | Yang Tse <yangsita@gmail.com> | 2010-02-16 13:32:45 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-02-16 13:32:45 +0000 |
commit | 46b112bcd439f4413925a7300d66a3e6f148765e (patch) | |
tree | c925ce0c32a0af8bbcf427187c3838d005e3218b /CMake | |
parent | f442dd6496c8710c4000a078e8085238fdaa7545 (diff) | |
download | curl-46b112bcd439f4413925a7300d66a3e6f148765e.tar.gz |
replaced tabs with spaces
Diffstat (limited to 'CMake')
-rw-r--r-- | CMake/CurlTests.c | 2 | ||||
-rwxr-xr-x | CMake/FindCARES.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CMake/CurlTests.c b/CMake/CurlTests.c index a3851a5f1..09434589c 100644 --- a/CMake/CurlTests.c +++ b/CMake/CurlTests.c @@ -503,7 +503,7 @@ main () /* IoctlSocket source code */ if(0 != IoctlSocket(0, 0, 0)) - return 1; + return 1; ; return 0; } diff --git a/CMake/FindCARES.cmake b/CMake/FindCARES.cmake index 7e92a8e7c..f08aae6a5 100755 --- a/CMake/FindCARES.cmake +++ b/CMake/FindCARES.cmake @@ -6,12 +6,12 @@ # CARES_FOUND, If false, do not try to use c-ares. # also defined, but not for general use are # CARES_LIBRARY, where to find the c-ares library. - + FIND_PATH(CARES_INCLUDE_DIR ares.h /usr/local/include /usr/include ) - + SET(CARES_NAMES ${CARES_NAMES} cares) FIND_LIBRARY(CARES_LIBRARY NAMES ${CARES_NAMES} |