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

Unified Diff: net/disk_cache/simple/simple_entry_operation.cc

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/disk_cache/simple/simple_entry_operation.cc
diff --git a/net/disk_cache/simple/simple_entry_operation.cc b/net/disk_cache/simple/simple_entry_operation.cc
index 7dfe0d2111f96f7bbd07ea8aa8373ba4346ef842..a79292dcde1fd273df49f1da4936f0eb068d89c6 100644
--- a/net/disk_cache/simple/simple_entry_operation.cc
+++ b/net/disk_cache/simple/simple_entry_operation.cc
@@ -29,7 +29,6 @@ bool IsSparseType(unsigned type) {
return type == SimpleEntryOperation::TYPE_READ_SPARSE ||
type == SimpleEntryOperation::TYPE_WRITE_SPARSE;
}
-
}
SimpleEntryOperation::SimpleEntryOperation(const SimpleEntryOperation& other)
@@ -49,7 +48,8 @@ SimpleEntryOperation::SimpleEntryOperation(const SimpleEntryOperation& other)
alone_in_queue_(other.alone_in_queue_) {
}
-SimpleEntryOperation::~SimpleEntryOperation() {}
+SimpleEntryOperation::~SimpleEntryOperation() {
+}
// static
SimpleEntryOperation SimpleEntryOperation::OpenOperation(

Powered by Google App Engine
This is Rietveld 408576698