Formatting C++ code using ClangFormat.
This commit is contained in:
parent
9cc8bfae1c
commit
4347ce4a53
6 changed files with 93 additions and 150 deletions
|
@ -175,7 +175,6 @@ class URLRequest : public mate::EventEmitter<URLRequest> {
|
|||
void RemoveExtraHeader(const std::string& name);
|
||||
void SetChunkedUpload(bool is_chunked_upload);
|
||||
|
||||
bool CanReadHeaders() const;
|
||||
int StatusCode() const;
|
||||
std::string StatusMessage() const;
|
||||
scoped_refptr<net::HttpResponseHeaders> RawResponseHeaders() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue