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

Unified Diff: net/disk_cache/cache_util.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/cache_util.cc
diff --git a/net/disk_cache/cache_util.cc b/net/disk_cache/cache_util.cc
index 276f2f3381b632a111df9d344e982406fbe4b230..1b36a0270ad6ff24d8e71814aa637fef0474e6fd 100644
--- a/net/disk_cache/cache_util.cc
+++ b/net/disk_cache/cache_util.cc
@@ -23,8 +23,8 @@ const int kMaxOldFolders = 100;
base::FilePath GetPrefixedName(const base::FilePath& path,
const std::string& name,
int index) {
- std::string tmp = base::StringPrintf("%s%s_%03d", "old_",
- name.c_str(), index);
+ std::string tmp =
+ base::StringPrintf("%s%s_%03d", "old_", name.c_str(), index);
return path.AppendASCII(tmp);
}

Powered by Google App Engine
This is Rietveld 408576698