From ed0364343dc2472fdc6a390bb00c3e20152e8e6f Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 30 Dec 2011 03:36:18 +0100 Subject: removed trailing whitespace --- CHANGES.0 | 16 ++++++++-------- CMake/FindCARES.cmake | 2 +- CMakeLists.txt | 4 ++-- docs/INSTALL | 2 +- docs/examples/Makefile.m32 | 2 +- docs/examples/version-check.pl | 2 +- lib/Makefile.m32 | 2 +- lib/libcurl.plist | 22 +++++++++++----------- log2changes.pl | 2 +- perl/contrib/checklinks.pl.in | 2 +- perl/contrib/crawlink.pl | 4 ++-- perl/contrib/getlinks.pl.in | 4 ++-- src/Makefile.Watcom | 4 ++-- src/Makefile.m32 | 2 +- tests/libtest/first.c | 2 +- tests/runtests.pl | 6 +++--- tests/symbol-scan.pl | 3 +-- tests/unit/README | 4 ++-- 18 files changed, 42 insertions(+), 43 deletions(-) diff --git a/CHANGES.0 b/CHANGES.0 index d0d09e366..d2413fa13 100644 --- a/CHANGES.0 +++ b/CHANGES.0 @@ -146,7 +146,7 @@ Daniel Stenberg (14 May 2010) compressed Content-Encoding! (http://curl.haxx.se/bug/view.cgi?id=3000056) - + Daniel Stenberg (12 May 2010) - Howard Chu brought support for RTMP. This is powered by the underlying librtmp library. It supports a range of variations and "sub-protocols" @@ -181,14 +181,14 @@ Daniel Stenberg (7 May 2010) That situation is subject for some closer inspection in the future. - Howard Chu split the I/O handling functions into private handlers. - + Howard Chu brought the bulk work of this patch that properly moves out the sending and recving of data to the parts of the code that are properly responsible for the various ways of doing so. - + Daniel Stenberg assisted with polishing a few bits and fixed some minor flaws in the original patch. - + Another upside of this patch is that we now abuse CURLcodes less with the "magic" -1 return codes and instead use CURLE_AGAIN more consistently. @@ -296,7 +296,7 @@ Daniel Stenberg (28 Mar 2010) - Ben Greear: If you pass a URL to pop3 that does not contain a message ID as part of the URL, it would previously ask for 'INBOX' which just causes the pop3 server to return an error. - + Now libcurl treats en empty message ID as a request for LIST (list of pop3 message IDs). User's code could then parse this and download individual messages as desired. @@ -318,7 +318,7 @@ Daniel Stenberg (24 Mar 2010) the last packet received constitutes the end of the response body, libcurl still treats it as a timeout condition and reports a message like: - "Operation timed out after 3000 milliseconds with 876 out of 876 bytes + "Operation timed out after 3000 milliseconds with 876 out of 876 bytes received" It should only a timeout if the timer lapsed and we DIDN'T receive the end @@ -368,7 +368,7 @@ Daniel Stenberg (22 Mar 2010) case of a timeout, the signal handler for SIGALRM never gets removed. I think that in my case it gets executed at some point later on when execution has long left Curl_resolv_timeout() or even the cURL library. - + The code that is jumped to with siglongjmp() simply sets the error message to "name lookup timed out" and then returns with CURLRESOLV_ERROR. I guess that instead of simply returning without cleaning up, the code should have a @@ -17288,7 +17288,7 @@ Version 5.1 (not publicly released) They should be set for protocol-specific proxies. General proxy should be set with - + ALL_PROXY And a comma-separated list of host names that shouldn't go through any diff --git a/CMake/FindCARES.cmake b/CMake/FindCARES.cmake index f08aae6a5..c4ab5f132 100755 --- a/CMake/FindCARES.cmake +++ b/CMake/FindCARES.cmake @@ -11,7 +11,7 @@ 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} diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ad8b4abe..dabdbcaec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -382,7 +382,7 @@ if(CMAKE_USE_OPENSSL) check_include_file_concat("openssl/rand.h" HAVE_OPENSSL_RAND_H) endif(CMAKE_USE_OPENSSL) -if(NOT HAVE_LDAP_H) +if(NOT HAVE_LDAP_H) message(STATUS "LDAP_H not found CURL_DISABLE_LDAP set ON") set(CURL_DISABLE_LDAP ON CACHE BOOL "" FORCE) endif() @@ -784,7 +784,7 @@ if(HAVE_SOCKLEN_T) check_type_size("socklen_t" CURL_SIZEOF_CURL_SOCKLEN_T) set(CMAKE_EXTRA_INCLUDE_FILES) if(NOT HAVE_CURL_SIZEOF_CURL_SOCKLEN_T) - message(FATAL_ERROR + message(FATAL_ERROR "Check for sizeof socklen_t failed, see CMakeFiles/CMakerror.log") endif() else() diff --git a/docs/INSTALL b/docs/INSTALL index e0134e8a2..436ebd0ab 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -392,7 +392,7 @@ Win32 set BCCDIR=c:\Borland\BCC55 - In order to build a plain vanilla version of curl and libcurl run the + In order to build a plain vanilla version of curl and libcurl run the following command from curl's root directory: make borland diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32 index e744c5b30..3c3d121ed 100644 --- a/docs/examples/Makefile.m32 +++ b/docs/examples/Makefile.m32 @@ -58,7 +58,7 @@ endif ifndef LIBIDN_PATH LIBIDN_PATH = ../../../libidn-1.18 endif -# Edit the path below to point to the base of your MS idndlpackage. +# Edit the path below to point to the base of your MS IDN package. # Microsoft Internationalized Domain Names (IDN) Mitigation APIs 1.1 # http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ad6158d7-ddba-416a-9109-07607425a815 ifndef WINIDN_PATH diff --git a/docs/examples/version-check.pl b/docs/examples/version-check.pl index 9b6a2684c..92f0808d6 100755 --- a/docs/examples/version-check.pl +++ b/docs/examples/version-check.pl @@ -90,7 +90,7 @@ my @recent = reverse sort sortversions keys %used; # the most recent symbol my $newsym = $recent[0]; # the most recent version -my $newver = $doc{$newsym}; +my $newver = $doc{$newsym}; print "The scanned source uses these symbols introduced in $newver:\n"; diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 140571653..be6652deb 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -41,7 +41,7 @@ endif ifndef LIBIDN_PATH LIBIDN_PATH = ../../libidn-1.18 endif -# Edit the path below to point to the base of your MS idndlpackage. +# Edit the path below to point to the base of your MS IDN package. # Microsoft Internationalized Domain Names (IDN) Mitigation APIs 1.1 # http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ad6158d7-ddba-416a-9109-07607425a815 ifndef WINIDN_PATH diff --git a/lib/libcurl.plist b/lib/libcurl.plist index 910b2adb1..91eab569c 100644 --- a/lib/libcurl.plist +++ b/lib/libcurl.plist @@ -3,17 +3,17 @@ CFBundleInfoDictionaryVersion - 6.0 - + 6.0 + CFBundleDevelopmentRegion English - + CFBundleExecutable curl - + CFBundleIdentifier com.libcurl.libcurl - + CFBundleVersion 7.12.3 @@ -21,15 +21,15 @@ libcurl CFBundlePackageType - FMWK - + FMWK + CFBundleSignature - ???? - + ???? + CFBundleShortVersionString libcurl 7.12.3 - + CFBundleGetInfoString libcurl.plist 7.12.3 - \ No newline at end of file + diff --git a/log2changes.pl b/log2changes.pl index dbdc69764..a92d939b3 100755 --- a/log2changes.pl +++ b/log2changes.pl @@ -34,7 +34,7 @@ while() { my $ref = $2; if ($ref =~ /refs\/tags\/curl-([0-9_]*)/) { $tag = $1; - $tag =~ tr/_/./; + $tag =~ tr/_/./; } else { $tag = ''; } diff --git a/perl/contrib/checklinks.pl.in b/perl/contrib/checklinks.pl.in index db70bb112..324a91791 100644 --- a/perl/contrib/checklinks.pl.in +++ b/perl/contrib/checklinks.pl.in @@ -221,7 +221,7 @@ sub GetLinks { while($in =~ /[^<]*(<[^>]+>)/g ) { # we have a tag in $1 $tag = $1; - + if($tag =~ /^