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

Unified Diff: net/base/file_stream_context_posix.cc

Issue 647883002: git cl format the final third of the net/base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/base/file_stream_context_posix.cc
diff --git a/net/base/file_stream_context_posix.cc b/net/base/file_stream_context_posix.cc
index 44f59b1ef3b82c9b3032edcbef331901dbc4e518..4af6843f2460d7dd888f2d5be1321c9a630ebbb4 100644
--- a/net/base/file_stream_context_posix.cc
+++ b/net/base/file_stream_context_posix.cc
@@ -23,9 +23,7 @@
namespace net {
FileStream::Context::Context(const scoped_refptr<base::TaskRunner>& task_runner)
- : async_in_progress_(false),
- orphaned_(false),
- task_runner_(task_runner) {
+ : async_in_progress_(false), orphaned_(false), task_runner_(task_runner) {
}
FileStream::Context::Context(base::File file,

Powered by Google App Engine
This is Rietveld 408576698