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

Unified Diff: net/tools/flip_server/mem_cache.cc

Issue 1553623002: Remove random lonely semicolons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix formatting Created 5 years 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/tools/flip_server/mem_cache.cc
diff --git a/net/tools/flip_server/mem_cache.cc b/net/tools/flip_server/mem_cache.cc
index 9dd71e359763d2f9cd79a0be864452ed7ea1d71b..15c4f79aea9d876839af93143eb4e710226fd331 100644
--- a/net/tools/flip_server/mem_cache.cc
+++ b/net/tools/flip_server/mem_cache.cc
@@ -206,7 +206,6 @@ FileData* MemoryCache::GetFileData(const std::string& filename) {
return NULL;
}
return fi->second.get();
- ;
}
bool MemoryCache::AssignFileData(const std::string& filename,

Powered by Google App Engine
This is Rietveld 408576698