]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
pingpong: Fix indentation (whitespace change only)
authorBen Greear <greearb@candelatech.com>
Mon, 19 Jul 2010 16:07:50 +0000 (18:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 Jul 2010 19:27:33 +0000 (21:27 +0200)
Signed-off-by: Ben Greear <greearb@candelatech.com>
lib/pingpong.c

index 6172833f8d1fa8abd1a973188eef822f615759e6..7b2a66477872180acd720bdaa9898daf84367d57 100644 (file)
@@ -386,8 +386,8 @@ CURLcode Curl_pp_readresp(curl_socket_t sockfd,
           if(!conn->sec_complete)
 #endif
             if(data->set.verbose)
-            Curl_debug(data, CURLINFO_HEADER_IN,
-                       pp->linestart_resp, (size_t)perline, conn);
+              Curl_debug(data, CURLINFO_HEADER_IN,
+                         pp->linestart_resp, (size_t)perline, conn);
 
           /*
            * We pass all response-lines to the callback function registered