Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Aug 31, 2020
1 parent d7fa6c9 commit 041191e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/include/opentelemetry/http/http_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ class HttpResponse
class HttpResponseCallback
{
public:
// Called when an HTTP request completes.
// The passed response object contains details about the exact way the
// request finished (HTTP status code, headers, content, error codes
// etc.). The ownership of the response object is transferred to the
// Called when an HTTP request completes.
// The passed response object contains details about the exact way the
// request finished (HTTP status code, headers, content, error codes
// etc.). The ownership of the response object is transferred to the
// callback object. It can store it for later if necessary. Finally, it
// must be deleted using its virtual destructor.
// must be deleted using its virtual destructor.
virtual void OnHttpResponse(HttpResponse* response) = 0;
};

Expand Down

0 comments on commit 041191e

Please sign in to comment.