Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: net/url_request/url_request_status.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/url_request/url_request_status.h
diff --git a/net/url_request/url_request_status.h b/net/url_request/url_request_status.h
index 521a3d45f5fa94b043e9c4a12ac7a5bce99386f2..513c385b75982646b29ce7e5d0fa7c595b825a72 100644
--- a/net/url_request/url_request_status.h
+++ b/net/url_request/url_request_status.h
@@ -45,9 +45,7 @@ class URLRequestStatus {
}
// Returns true if the request is waiting for IO.
- bool is_io_pending() const {
- return status_ == IO_PENDING;
- }
+ bool is_io_pending() const { return status_ == IO_PENDING; }
private:
// Application level status.

Powered by Google App Engine
This is Rietveld 408576698