Skip to content

Commit

Permalink
Fixed bad indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Samborski committed Aug 31, 2015
1 parent 0b168b9 commit 86be6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/restclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ size_t RestClient::header_callback(void *data, size_t size, size_t nmemb,
//roll with non seperated headers...
trim(header);
if ( 0 == header.length() ){
return (size * nmemb); //blank line;
return (size * nmemb); //blank line;
}
r->headers[header] = "present";
} else {
Expand Down

0 comments on commit 86be6cc

Please sign in to comment.