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

Unified Diff: net/disk_cache/blockfile/storage_block.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/disk_cache/blockfile/storage_block.h
diff --git a/net/disk_cache/blockfile/storage_block.h b/net/disk_cache/blockfile/storage_block.h
index 0d514741b6a21012ed09b2cbaf50579ae7b12ddc..367a170b79b5d497e7b3d5d653e87e3e1e3d304a 100644
--- a/net/disk_cache/blockfile/storage_block.h
+++ b/net/disk_cache/blockfile/storage_block.h
@@ -27,7 +27,7 @@ namespace disk_cache {
// ModifySomething(b.Data());
// // Data modified on the previous call will be saved by b's destructor.
// b.set_modified();
-template<typename T>
+template <typename T>
class StorageBlock : public FileBlock {
public:
StorageBlock(MappedFile* file, Addr address);

Powered by Google App Engine
This is Rietveld 408576698